System.Web.Configuration.ProcessModelSection Class

Configures the ASP.NET process model settings on an Internet Information Services (IIS) Web server. This class cannot be inherited.

See Also: ProcessModelSection Members

Syntax

public sealed class ProcessModelSection : System.Configuration.ConfigurationSection

Remarks

The System.Web.Configuration.ProcessModelSection class provides a way to programmatically access and modify the processModel section of a configuration file.

The System.Web.Configuration.ProcessModelSection class controls various aspects of the ASP.NET worker process, including its lifetime, the number of instances created at a time, what security identity it runs under, and the size of the CLR thread pool to service requests.

When ASP.NET is running under IIS 6 in native mode, ASP.NET uses the IIS 6 process model and ignores most settings in this section. Use the IIS administration user interface (UI) to configure those properties. ASP.NET still uses the following properties, which can be configured through the configuration file: ProcessModelSection.RequestQueueLimit, ProcessModelSection.ResponseDeadlockInterval, ProcessModelSection.MaxWorkerThreads, ProcessModelSection.MaxIOThreads, ProcessModelSection.MinWorkerThreads, and ProcessModelSection.MinWorkerThreads.

The processModel section cannot be encrypted using the protected-configuration feature or tools because it is consumed by the ASP.NET ISAPI extension.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0