set Server.ScriptTimeout variable to 214783647.
it's maximum timeout value.
insert the following sentence at start line of your asp file.
<%
Server.ScriptTimeout=2147483647
%>

Re: To increase the asp scripting expiry time by Ray

Ray
Tue Dec 14 23:29:58 CST 2004

Do you really want your server to try to attempt to process a script for 1.6
millennia?

Ray at work


"John Park" <wantmeet@nate.com> wrote in message
news:7d1567c0.0412141709.27d8446@posting.google.com...
> set Server.ScriptTimeout variable to 214783647.
> it's maximum timeout value.
> insert the following sentence at start line of your asp file.
> <%
> Server.ScriptTimeout=2147483647
> %>