Server Application Unavailable

W

wASP

Hi,

I was trying to test a webpage with IE6, and I got hit with the following display:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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 application event log
of the web server. Please review this log entry to discover what
caused this error to occur.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

My OS is Win 2000 SP4.

I've got IIS installed, along with the .NET framework.

I don't see anything in the way of the application event log in IIS
- so I'm probably looking in the wrong place.

Can anyone give me any idea as to what is the cause of this?

Thanks in advance.

- wASP
 
C

Craig Deelsnyder

Hi,

I was trying to test a webpage with IE6, and I got hit with the
following display:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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 application event log
of the web server. Please review this log entry to discover what
caused this error to occur.

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

My OS is Win 2000 SP4.

I've got IIS installed, along with the .NET framework.

I don't see anything in the way of the application event log in IIS
- so I'm probably looking in the wrong place.

Can anyone give me any idea as to what is the cause of this?

Thanks in advance.

- wASP

The event log they're talking about is in the Event Viewer of Windows.
It's under Administrative Tools in your control panel. Hopefully you have
access.

Otherwise I would check the global.asax and web.config of your
application. In my experience these 2 can cause issues where it looks
like the application is down in some way. An invalid web.config (bad XML,
invalid sections), or global.asax is failing (missing the compiled class
code for it, throwing exception), causing the application to not start
properly.

Or ASP.NET is not setup properly to start with...which is why hopefully
you can see the event log...
 
J

Juan T. Llibre

Those are good suggestions.

*Additionally*, check to see if the server is running
more than one version of the .Net Framework.

If it is, at the very minimum, all the applications which belong
to each of the .Net versions need to run in different processes.



Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,058
Latest member
QQXCharlot

Latest Threads

Top