Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











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-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information