Wednesday, August 18, 2010

Script timed out (ASP) How can I overcome this problem?

I am using classic ASP. how can I overcome this problem? what code should I use to make it expire in 60 minutes etc?Script timed out (ASP) How can I overcome this problem?
%26lt;%


script.Timeout = 1000 * 60 * 60


%%26gt;





1000 milliseconds * 60 seconds * 60 minutes = 1 hr

No comments:

Post a Comment