Tuesday, March 13, 2012

Server Application Unavailable

I have made an .aspx file and I tried to access it throughhttp://localhost, when I type it in it brings up a page that saysServer ApplicationUnavailable. How can I access my .aspx files without this happening? I currently can't even access my .aspx files:( Please Help.Do you have ASP.NET installed and configured?
Baiju
Usually, that happens when your web server is recycling its worker process. And the most common reason for the process to restart is that you have an infinite loop in your code.
Try to start the application in debug mode from Visual Studio and look for a stack overflow exception. That should locate your loop pretty fast.
I tried a few things by uninstalling asp.net and then reinstalling it, now it shows my pages, but the asp.net script isn't showing, like it doesn't work but it is still showing it.:(

0 comments:

Post a Comment