Answered by:
I get “Server Application Unavailable” with IIS 5.1

Question
-
User-256769375 posted
ERROR :
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.
I am using xp. before one month it was working properly..
I am able to access my login page. but after submit this error occurs.. Is My iis unable to access my database. Or my iis has corrupted.
Please help ?I am getting two error in event log after clicking on login button.
First:
aspnet_wp.exe (PID: 2316) stopped unexpectedly. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
SECOND:
Faulting application aspnet_wp.exe, version 2.0.50727.3634, stamp 4ef6c47c, faulting module kernel32.dll, version 5.1.2600.6293, stamp 506bc5e5, debug? 0, fault address 0x00012fd3. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Monday, March 25, 2013 1:18 AM
Answers
-
User1196771204 posted
based on the error message about the aspnet.exe, it looks like the ASP.NET framework is not installed properly on the server.
You may need to consider reinstalling it. Thank you.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 26, 2013 10:47 PM
All replies
-
User1630798415 posted
there are as many resaons, please go through below links if you haven't seen
http://forums.asp.net/t/2437.aspx/1
http://www.codeproject.com/Questions/334129/Server-Application-Unavailable-in-IIS-for-ASP-NET
http://stackoverflow.com/questions/3226155/i-see-server-application-unavailable-with-iis-5-1
Monday, March 25, 2013 1:23 AM -
User1196771204 posted
hi there,
Please try to look for the exact error message on the Windows Event Viewer and please paste the error here.
Thanks!Tuesday, March 26, 2013 2:15 AM -
User-256769375 posted
I am getting two error in event log after clicking on login button.
First:
aspnet_wp.exe (PID: 2316) stopped unexpectedly. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
SECOND:
Faulting application aspnet_wp.exe, version 2.0.50727.3634, stamp 4ef6c47c, faulting module kernel32.dll, version 5.1.2600.6293, stamp 506bc5e5, debug? 0, fault address 0x00012fd3. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Tuesday, March 26, 2013 4:41 AM -
User1196771204 posted
based on the error message about the aspnet.exe, it looks like the ASP.NET framework is not installed properly on the server.
You may need to consider reinstalling it. Thank you.- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 26, 2013 10:47 PM