I have a small asp.net application (only one aspx page). It used to work previously, but now as I try to run it locally through Visual Studio (2010), it doesn’t work:
HTTP Error 503. The service is unavailable.
Could you please tell me what I could do about it?
Thanks.
I have a small asp.net application (only one aspx page). It used to work
Share
Setup the project to use IIS Express or the Visual Studio Development server, instead of the one on your local machine.
http://msdn.microsoft.com/en-us/library/58wxa9w5.aspx