Visual Studio can't open web projects

  • Thread starter Thread starter Rudy Ko
  • Start date Start date
R

Rudy Ko

To all,

I used visual studio .net for a while and never have a problem to open a
local web projects. But this morning I couldn't open any web projects on my
local machines. It says "HTTP/1.0503 Service Unavailable." Does anyone know
what it is?

Thanks for any help.

Rudy.
 
What is happening is VS .NET is trying to work on port 80. Either a) the
server is not started or b) port 80 is being used by some other process.

Check your web server and see if it is running. If not, try and start it. If
it gives you a port 80 error, your machine has been infected with a trojan
that hijacks port 80. If it is started, run a trojan scan to make sure that
you have not been borked.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top