System.Web.Configuration.HttpRuntimeSection.AppRequestQueueLimit Property

Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application.

Syntax

[System.Configuration.ConfigurationProperty("appRequestQueueLimit", DefaultValue="5000")]
[System.Configuration.IntegerValidator(MinValue=1, MaxValue=2147483647)]
public int AppRequestQueueLimit { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

ASP.NET queues requests when there are not enough free threads to process them.

Note:

When the number of requests queued exceeds the limit imposed by this setting, incoming requests will be rejected with a "503 - Server Too Busy" error.

Requirements

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