This property specifies the default length of time in seconds that ASP pages will allow a script to run before terminating and writing an event to the Windows Event Log. The script can override this default value by using the Server.ScriptTimeout property. The ScriptTimeout property allows your ASP application to set a higher script timeout value. For example, you might use this setting to adjust the timeout once a particular user has established a valid session by logging in or ordering a product.
Note The minimum value for this property is one second.
Data type | Long |
Default value | 90 seconds |
Inheritance | Inheritable |
This property is accessible at the following locations:
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 |
The following table lists additional information required only for code that uses the IIS Admin Base Object.
Metabase identifier | MD_ASP_SCRIPTTIMEOUT |
User type | ASP_MD_UT_APP |
ScriptTimeout, AspSessionTimeout