Server Error IIS XP

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?
 
K

Klaus H. Probst

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.
 
B

Barry Young

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top