Click to See Complete Forum and Search --> : configuring both asp and apache
crocodilo
01-31-2006, 09:36 AM
I have a problem configuring the ports for apache and IIS for ASP. I installed apache first and its running well but the catch is that I have tried to run IIS but it doesn't. How does one go around this without uninstalling Apache?
Change the port that IIS uses for web e.g. port 81
Scriptage
02-08-2006, 04:19 AM
Apache will be set to your default port, I believe its 8000 but don't quote me on that. One thing you need to remember when you install a second web server is to add the port onto the address that you are using, ie:
http://pathtoiis:portnumber
Check your configuration and see what port you are using, append ":portnumber" to the end of the address and it should work. eg
http://localhost:8080
Regards