MD_ASP_SCRIPTTIMEOUT

This identifier specifies the maximum number of seconds that the server will wait for an ASP script to complete its execution. If more seconds elapse than is specified by this identifier, the script is terminated and a time-out event is written to the Microsoft® Windows NT® log file.

Attributes

Data type DWORD
Default inheritance Inheritable
User type ASP_MD_UT_APP

Values

Value Range
1 – 0xFFFFFFFE
Default Value
90

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

Remarks

The value of this identifier can be accessed and overridden by an ASP script that uses the Server.ScriptTimeout property.

See Also

AspScriptTimeout, MD_ASP_SESSIONTIMEOUT