PROPERTY: Server.ScriptTimeout
The ScriptTimeout property specifies the amount of runtime in seconds for a script before it terminates.
The default value is 90 seconds.
The following code causes a script to timeout if the script takes more than 150 seconds to complete.
<% Server.ScriptTimeout = 150 %>
The value of the ScriptTimeout property can be retrieved as well.
<% timeout = Server.ScriptTimeout %>
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|