System.Web.HttpServerUtility.ScriptTimeout Property

Gets and sets the request time-out value in seconds.

Syntax

public int ScriptTimeout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The HttpServerUtility.ScriptTimeout property can be set in the Web.config file by setting the executionTimeout attribute of the httpRuntime element. Setting the time-out programmatically with the HttpServerUtility.ScriptTimeout property takes precedence over the Web.config setting.

Note:

If you set the debug attribute of the compilation element to true in the Web.config file, the value of HttpServerUtility.ScriptTimeout will be ignored.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0