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)>] member AppRequestQueueLimit : int with get, set
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
