Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool

前端 未结 4 639
逝去的感伤
逝去的感伤 2021-02-05 09:27
Log Name:      System
Source:        Microsoft-Windows-WAS
Date:          13.06.2012 08:34:45
Event ID:      5002
Task Category: None
Level:         Error
Keywords:              


        
相关标签:
4条回答
  • 2021-02-05 10:02

    It's a registry permission issue. This should help: http://support.microsoft.com/kb/885654

    You might also need to add read/write permissions for NT AUTHORITY\NETWORK SERVICE (or NT AUTHORITY\SYSTEM or the account used by your application pool) to c:\Windows\TEMP. See http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/176e9b6d-7b1b-4667-b55e-330bec133f37/

    0 讨论(0)
  • 2021-02-05 10:05

    IIS comes with a feature called Rapid-Fail Protection. By default an App Pool is configured to become disabled if a worker in the pool crashes 5 times within a 5 minute span.

    The thresholds of this setting are able to be modified by right clicking on the App Pool going to Advanced Settings and modifying the 'Rapid-Fail Protection' properties. However, this event indicates that there is likely a serious issue in your application that needs to be resolved.

    0 讨论(0)
  • 2021-02-05 10:05

    I got tensed about this issue and finally i got solved.

    Please make sure that the following option is correct in Advance Settings in Application pool.

    Application Pools>Default Application Pool > Right click and select Advance Settings.

    And then check whether the option "Enable 32 bit applications" has been set as "False". It should be False

    I got solved by did the above change.

    0 讨论(0)
  • 2021-02-05 10:22

    I Got this error when i installed URL Rewrite Module, install correct URL Rewrite Module to fix this. To verify this error cause of URL Rewrite Module check events logs .

    1. windows logs>> System>> Click on recent Error, In Error details it will show "Application pool 'DefaultAppPool(or YourApplicationpool)' is being automatically disabled due to a series of failures in the process(es) serving that application pool."
    2. Windows logs>> Application>> click on recent error, In error details it will show "The Module DLL 'C:\Windows\system32\inetsrv\rewrite.dll' failed to load. the data is the error."

    I hope this will help You.

    0 讨论(0)
提交回复
热议问题