Server Application Unavailable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get the following message:

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.

Event log shows me this:
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.

Also get this trying to bring up VS.NET:
The web server got the following error when attempting to create or open the
web project located at the following URL: 'http://localhost/pp. 'HTTP/1.1 500
Internal Server Error'.

What do I need to do to fix this?

Thanks
Chris
 
Off hand, I would guess that
aspnet_wp.exe could not be launched because the username and/or password
supplied in the processModel section of the config file are invalid.

check the processModel section of either or both your machine.config file
and your web.config file.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Big things are made up of
lots of little things.
 
Back
Top