HttpServerUtility::ScriptTimeout Property
Gets and sets the request time-out value in seconds.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpException | The current HttpContext is nullptr. |
| ArgumentOutOfRangeException | The time-out period is nullptr or otherwise could not be set. |
The 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 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 ScriptTimeout will be ignored. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note