Hi
I'm running a stored procedure via ASP, I have the following variables set in the script but the page still times out at 30 seconds? I appreciate 30 seconds is a long wait but this is acceptable to me, I want to make it 60 seconds or longer, why does it cut out at 30 seconds?
connectiontimeout = 80000
commandtimeout = 80000
Server.ScriptTimeout = 80000
IIS is set at 900 seconds timeout.
The same stored procedure works fine when executed by Excel so I'm guessing it is an ASP related issue?
Thanks
I'm running a stored procedure via ASP, I have the following variables set in the script but the page still times out at 30 seconds? I appreciate 30 seconds is a long wait but this is acceptable to me, I want to make it 60 seconds or longer, why does it cut out at 30 seconds?
connectiontimeout = 80000
commandtimeout = 80000
Server.ScriptTimeout = 80000
IIS is set at 900 seconds timeout.
The same stored procedure works fine when executed by Excel so I'm guessing it is an ASP related issue?
Thanks