Pages

Monday, August 24, 2009

Configuring Rapid-Fail Protection in IIS 6.0 (IIS 6.0)

Configuring Rapid-Fail Protection in IIS 6.0 (IIS 6.0)

To escape from the Denial of Service Attack, YOU configure Rapid Fail protection. Like say it will disable your application pool incase your worker process crash 5 times with in 5 minutes.

To configure rapid-fail protection by using IIS Manager

1. In IIS Manager, expand the local computer, expand Application Pools, right-click the application pool, and then click Properties.

2. Click the Health tab, and select the Enable rapid-fail protection check box.

3. In the Failures box, type the number of worker process failures to be detected before disabling the worker process.

4. In the Time period box, type the number of minutes during which failure totals are accumulated.

5. Click OK.

You are done.

No comments:

Post a Comment