Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP Server Object ScriptTimeout Property

Server.ScriptTimeout = NumSeconds 
Parameters: ASP Server Object ScriptTimeout Property

NumSeconds

Specifies the maximum number of seconds that a script can run before the server terminates it. The default value is 90 seconds.

Note icon Note The ScriptTimeout property cannot be set to a value less than that specified in the registry settings or configuration file. For example, if NumSeconds is set to 10, and the registry setting or configuration file contains the default value of 90 seconds, scripts will time out after 90 seconds. However, if NumSeconds was set to 100, the scripts would time out after 100 seconds.


ContentsPreviousNextIndex