php - The Localhost of visual studio doesn't show up when I have WAMP server installed. How do you make it work? -
I have previously installed WAMP server on my system, it is used to show my file in the www directory.
But then I installed Visual Studio 2008. It also uses it but it does not appear. What should I do?
I think you mean IIS? Cassini (build in "debugging" webserver) when you fire an app, uses high ports, in any way you need to configure either WAMP or IIS to listen to port other than port 80 So you can access one and the other one.
Comments
Post a Comment