Link to home
Start Free TrialLog in
Avatar of pureauto
pureautoFlag for United States of America

asked on

Why can't I run Visual Studio on Port 80?

I have a solution that contains an ASP.NET website and several silverlight projects.  In order to allow these projects to work well together on deployment, I am trying to run Visual Studio on Port 80.  I had set my website to use a static port (80) and updated about half of the service references in the silverlight projects when Visual Studio froze.  Now I cannot run my website on Port 80 or import any service references unless I change the website to a dynamic port.  I get the error "Port 80 in use".  If I change to a different static port I get the same error for that port number.  I know these things are difficult to troubleshoot, but any ideas would be greatly appreciated.  

Note: I am not running IIS on my machine.  I have restarted VS and my machine several times.
Avatar of Mohamed Osama
Mohamed Osama
Flag of Egypt image

are you sure IIS is not installed, as it certainly sounds like IIS or other webserver is binding to TCP 80
can you try to fire up http://localhost
let us see if there is any running websites, also something like TCPView should be able to tell you which application is listening on port 80 
 
ASKER CERTIFIED SOLUTION
Avatar of pureauto
pureauto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial