ProcessModelSection.RequestLimit Property
.NET Framework (current version)
Gets or sets a value indicating the number of requests allowed before a worker process is recycled.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("requestLimit", DefaultValue := 2147483647)> <TypeConverterAttribute(GetType(InfiniteIntConverter))> <IntegerValidatorAttribute(MinValue := 0)> Public Property RequestLimit As Integer
If the number of requests is exceeded, ASP.NET automatically launches a new worker process to take the place of the current one.
.NET Framework
Available since 2.0
Available since 2.0
Show: