System.Web.Configuration.ProcessModelSection.IdleTimeout Property

Gets or sets a value indicating the period of inactivity after which ASP.NET automatically ends the worker process.

Syntax

[System.Configuration.ConfigurationProperty("idleTimeout", DefaultValue="10675199.02:48:05.4775807")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
public TimeSpan IdleTimeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The worker process is restarted (bounced) when the ProcessModelSection.IdleTimeout property value is reached. By default, only two conditions cause the process to bounce: the process exceeds the allowed memory limit, or the process exceeds the allowed number of requests that can be queued. You can add other conditions to the default ones. For example, you can use the ProcessModelSection.IdleTimeout property to limit the time the worker process is idle.

Requirements

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