AspQueueTimeout

This property specifies the amount of time, in seconds, that an ASP script request will wait in the queue for execution. When requests are pulled from the queue for execution, they are checked to see if they have expired (have waited longer than the value of this parameter). Expired requests are rejected with a message indicating the server is too busy.

The following table describes this property:

Data type Long
Default value &HFFFFFFFF (-1)
Default inheritance Inheritable

Accessible by IIS Admin Objects:

IIsWebService IIsWebServer IIsWebVirtualDir IIsWebDirectory


© 1997 by Microsoft Corporation. All rights reserved.