For Programmers: Free Programming Magazines  


Home > Archive > MSDN > March 2004 > IIS 5.1 seting server.scripttimeout









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author IIS 5.1 seting server.scripttimeout
PaulK

2004-03-28, 10:08 pm

5.1 IIS.
I am trying to set the ASP script timeout to 360 seconds
If I place server.scripttimeout = 360 in my Reports.asp I don’t get the asp time out error.
If I do the above set, is the time only set for the reports.asp or the entire server?
If I modify the reports.asp as below will this set the time up to 360 then after the report is finished set it back to 90?

<%

dim objeXcCL

server.ScriptTimeout = 360

set objeXcCL = server.createobject( "RPCL01605.CLDispatch")

objeXcCL.DispatchRequest

set objeXcCL = nothing

server.ScriptTimeout = 90

%>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com