ScriptTimeout

The ScriptTimeout property specifies the maximum amount of seconds a script can run before it is terminated.

The timeout will not take effect while a server component is processing.

Settings and Return Values

Sets or returns an Integer value.

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

The following example causes scripts to time out if the server takes longer than 100 seconds to process them:

<% Server.ScriptTimeout = 100 %>
 

The following example retrieves the current value of the ScriptTimeout property and stores it in the variable TimeOut.

<% TimeOut = Server.ScriptTimeout %>
 
Applies To

Server Object



©2001-2015 eMill. All trademarks property of their owners.