ASP.NET 2.0
I have a webpage which calls a webservice this webservice creates reports
and sometime might take 5 minutes to create a report, but the webpage times
out after 90 seconds, it is also using AJAX UpdateProgress control which
stops after 90 seconds.
How can I extend the timeout for the webpage?
Thank You
Peter
I have a webpage which calls a webservice this webservice creates reports
and sometime might take 5 minutes to create a report, but the webpage times
out after 90 seconds, it is also using AJAX UpdateProgress control which
stops after 90 seconds.
How can I extend the timeout for the webpage?
Thank You
Peter
Comment