|
| System.Web.HttpException: Request timed out.? |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.dotnet.framework.aspnet.
| Kevin |
| GOOD ANSWER |
I have an aspx page, which ususally takes 15 mins to execute. So, I set Server.ScriptTimeout =90000 (big enough). But after several minutes, it still fails with the error message of "System.Web.HttpException: Request timed out?".
I know the message means it takes longer than expected. But is not 90000 big enough?
The aspx will call a .NET component. The component creates 5-10 threads to do different tasks.
Help needed. Thanks.
Kevin
|
|
|
| |
|
|
| |
| |
| Alvin Bruney [MVP] |
Your post went unanswered. Have you resolved this issue?
-- Regards, Alvin Bruney [ASP.NET MVP] Got tidbits? Get it here... http://tinyurl.com/3he3b "Kevin" <Click here to reveal e-mail address> wrote in message news:Click here to reveal e-mail address... [Original message clipped]
still fails with the error message of "System.Web.HttpException: Request timed out?". [Original message clipped]
|
|
|
| |
|
| |
| |
| Joe Diana |
I had a similar issue. The issue seemed to be resolved when I modified the web.config file by increasing the executionTimeout attribute:
Example: <httpRuntime executionTimeout="900"/>
I read the default is 90 seconds.
Hope this helps. Joe -------------------------------- From: Joe Diana
|
|
|
| |
|
|
| |
|
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|