IIS & VS.Net 2003 Error

  • Thread starter Thread starter ailablast
  • Start date Start date
A

ailablast

Has anyone ever gotten a "HTTP/1.0 503 Service
Unavailable" error when attempting to create a new ASP.Net
web form in VS.NET 2003 Enterprise Arch version? I'm
running XP Pro and IIS5.0. Please help.
 
Yes, probably :-)

What does your page do? Does even a very very simple aspx page fail?

i.e.

<html>
<body>
Hello
</body>
</html>
 
No, I can't even get the solution to save when I start an
ASP.net web page. Its like it can't even talk to the
localhost because I don't even see that occurring when I
click OK to save the ASP.net solution like it normally
does. My PC just hangs right at that point and then I
get the error and then VS closes.
 
Back
Top