Gets or sets a value that indicates the maximum number of requests that ASP.NET queues for the application.
Documentation for this section has not yet been entered.
ASP.NET queues requests when there are not enough free threads to process them.
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.