Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Enable Rapid Fail protection in IIS  (Read 4113 times)

0 Members and 1 Guest are viewing this topic.

mohitht

  • Guest
Enable Rapid Fail protection in IIS
« on: March 13, 2014, 10:20:21 pm »
Hi All,

Rapid-Fail Protection disables application pools if they crash multiple times within in a specified time period. This prevents the failing application pool from getting into a continuous loop of crashing and restarting. This protects other application pools running on the server as repeated failures can consume lot of system resource


To enable rapid fail protection in IIS follow the simple steps below

First run IIS manager , In connections pane select the Application pools

select the required application pool. Select the advanced settings in particular application pool

Select the rapid fail protection settings and edit the failure intervals and maximum failures value
Click OK.


That's it ;)