1. Home
  2. Security Hardening
  3. DISA IIS 10.0 Site V2R1
  4. IIST-SI-000252 – The maximum number of requests an application pool can process for each IIS 10.0 website must be explicitly set.

IIST-SI-000252 – The maximum number of requests an application pool can process for each IIS 10.0 website must be explicitly set.

Details

IIS application pools can be periodically recycled to avoid unstable states possibly leading to application crashes, hangs, or memory leaks. By default, application pool recycling is overlapped, which means the worker process to be shut down is kept running until after a new worker process is started. After a new worker process starts, new requests are passed to it. The old worker process shuts down after it finishes processing its existing requests, or after a configured time-out, whichever comes first. This way of recycling ensures uninterrupted service to clients.

Solution

Open the IIS 10.0 Manager.

Click ‘Application Pools’.

Highlight an Application Pool and click ‘Advanced Settings’ in the ‘Action’ Pane.

Scroll down to the ‘Recycling section’ and set the value for ‘Request Limit’ to greater than ‘0’.

Click ‘OK’.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles