»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Installation and Configuration / WAMP with IIS webserver
Posted:  02 Feb 2007 10:21
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
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
Thanks for sharing the solution.