| Posted: 02 Feb 2007 10:21 | |
|
Registered User Currently Offline |
Posts: 4 Join Date: Feb 2007 |
|
I have microsoft IIS 5 webserver installed for running and debugging ASP.NET applications. Can I install WAMP alongside this? When I launch any pages in intranet zone (localhost or 127.1.0.0) like wamp control center I get DNS error. I think I might be able to get around this by changing TCP ports, is it possible to configure WAMP to use port other than 80?
Thanks Adam |
|
| Posted: 11 Mar 2007 02:17 | |
|
Registered User Currently Offline |
Posts: 4 Join Date: Feb 2007 |
|
ok, I have worked it out. Since I don't know how to change default listener port for WAMP, I changed it in IIS to port 90 under default web site>properties>port.
This means that I needed to edit the .net solution files (.sln) so that they would continue to load the correct files from www directory in text editor and prefix the URL with port number so e.g.(= "wa1", "http://localhost:90/wa1/wa1.csproj",... etc) |
|
| Posted: 19 Mar 2007 12:16 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
| Thanks for sharing the solution. | |