| nilayhait 2006-05-10, 4:41 pm |
| We are getting an error with error messgae "Timeout Receiving Response" in an ASP page. This ASP page calls a method of a COM component and that component executes a stored procedure in SQL server. The execution of this stored procedure takes long time (around 6 minutes). But in ASP page every time we are getting the error "Timeout Receiving Response" exactly after 3 minutes. In IIS we have increased the time for ASP Script timeout and connection timeout. Also in the ASP page we have increased the value of Server.ScriptTimeout. But these didn't help. We are not getting this error in other IIS machines. In those machines this ASP page is getting loaded successfully after 6 minutes. Any assistance appreciated! |