HttpRuntimeSection.AppRequestQueueLimit Property
.NET Framework (current version)
Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("appRequestQueueLimit", DefaultValue := 5000)> <IntegerValidatorAttribute(MinValue := 1)> Public Property AppRequestQueueLimit As Integer
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. |
The following example shows how to use the AppRequestQueueLimit property.
.NET Framework
Available since 2.0
Available since 2.0
Show:
