Server Error IIS XP

  • Thread starter Thread starter Barry Young
  • Start date Start date
B

Barry Young

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the system event log of the web server.
Please review this log entry to discover what caused this error to occur.



I get the above error when attempting to debug my ASP.NET application...



I checked IIS and it is running..



How do I check the log in IIS?
 
The "log" refers to the system event log. If you're using .NET, you can also
enable tracing via the web.config file and then hit http://yourapp/trace.axd
to see what's happening, assuming you're getting that far.
 
I did the things that you suggested and it still generates the same error..
I enabled tracing, and remote errors to be generated.

It appears that the IIS isn't handling any requests. Or the application
isn't being seen by IIS.

I even deleted the Website in IIS and reloaded everything and I still get
the error...

Any Ideas??

Barry
 
Back
Top