How to increase ASP timeout ?

You can increase timeout time from the ASP script itself by using Server.ScriptTimeOut property in the asp coding:

Server.ScriptTimeout = NumSeconds

For example, if you want 100 seconds:
<% Server.ScriptTimeout = 100 %>

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to use CDOSYS Email ?

  Use following code for CDOSYS Email componets. <% Set cdoConfig =...

How to use Dundas Upload ?

The following code demonstrates how to populate the Upload control's collections, save uploaded...

error:Include file not found

Cause: Mostly This error cause when the parent path of your domain does not enable....

error:'8004020f' in CDONTS

  This error cause when you use wrong mail server in CDONTS Email componets. You will...

How to use ASPUpload ?

AspUpload is a COM+ component which enables an ASP application to capture, save and process files...