Jonny Chleevas
New Member
Does anybody know how I can stop the .net asp page timing out <BR>when I execute a large (time consuming) stored procedure.<BR><BR>In asp3.0, increasing Server.ScriptTimeOut solved the problem, this functionality does not appear to be in asp+<BR><BR>Any ideas what it is in asp .net ???<BR><BR>Thanks<BR><BR>J<BR>What is the error message that is being thrown. This may be helpful in locating the true problem."Timeout expired. Possible reasons: the timeout period elapsed prior to completion of the operation, the server is not responding, or the maximum pool size was exceeded."<BR><BR>I know it is not that the server is not responding or that the pool size has been exceeded, so it must be the time it is taking for the results set to be returned.<BR><BR>The last command in the stack trace is executing the sql reader.<BR><BR>Thanks<BR><BR>J