Web Connection
Request Timeout
Gravatar is a globally recognized avatar based on your email address. Request Timeout
  Luca
  All
  Nov 9, 2017 @ 08:08am

Dear Rick,
I have WC 6.05 and use FireFox on my Windows 7 development machine.
Recently I have a problem on development machine: if I run a long process I get a webpage saying "Request Timeout - This request took longer than the alotted timeout interval and was aborted".
In wc.ini file I have Timeout=6000 but I get the error just after exactly 60 seconds of waiting.
I get this error only if I run with .NET Managed Handler, while I do not get timeout error with ISAPI Module.
Is there any way to manage timeout?
Thank you very much for support

Gravatar is a globally recognized avatar based on your email address. re: Request Timeout
  Rick Strahl
  Luca
  Nov 9, 2017 @ 01:59pm

There are two timeouts that need to be configured:

  • Web Connection Timeout
  • ASP.NET Timeout

In Web.config in the <system.web> section add the executionTimeout attribute:

<httpRuntime executionTimeout="120" requestValidationMode="2.0" />

+++ Rick ---

© 1996-2024