MD_ASP_QUEUETIMEOUT

This identifier 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.

Attributes

Data type DWORD
Default inheritance Inheritable
User type IIS_MD_UT_APP

Values

Value Range
0 - 0xFFFFFFFF
Default Value
0xFFFFFFFF

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/W3SVC IIsWebService
/LM/W3SVC/n IIsWebServer
/LM/W3SVC/n/ROOT IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir IIsWebVirtualDir
/LM/W3SVC/n/ROOT/WebVirtualDir/WebDirectory IIsWebDirectory

See Also

AspQueueTimeout


© 1997 by Microsoft Corporation. All rights reserved.