RE: Unable to timeout a long running request

From: Indira (Indira_at_discussions.microsoft.com)
Date: 01/07/05


Date: Fri, 7 Jan 2005 05:33:01 -0800


Thanx a lot everyone.
Well Execution Timeout is workin now.
I struggled a lot with this problem. Since I found this.
Note: Timeout values are specified in milliseconds. If you have
debug="false" in the Web.config file, the executionTimeout value will be
ignored.
at
"http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenetchapt17.asp"

"Andy Mortimer [MS]" wrote:

> Try it with debug set to false. The executionTimeout property only works
> when the debug is set to false in the
> web.config.
>
> The timeout value is set to a large value(30000) to prevent getting
> timedout during
> debugging. So, this will work only when the debugging is set to false.
>
>



Relevant Pages

  • Re: does ExecutionTimeout include file upload time?
    ... - the timeout is taken from the IIS application configuration ... only valid for the duration of the current request. ... I would like to allow the user to upload large files if required, ... Is there any way to set the execution timeout differently on different ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: does ExecutionTimeout include file upload time?
    ... - the timeout is taken from the IIS application configuration ... only valid for the duration of the current request. ... I would like to allow the user to upload large files if required, ... Is there any way to set the execution timeout differently on different ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: TimeOut - ThreadAbortException
    ... Execution Timeout ... > What is most likely happening here is that on your server, ... > your execution timeout at the server is being triggrered, ... > able to receive the request fine, ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: limiting how long a method is permiited to run
    ... B> Is there a means of limiting how long a method is permiited to run? ... B> want to be able to mark a method with a number and have the method ... # execution timeout ...
    (comp.lang.ruby)
  • Re: multithreaded debugging
    ... debugging relies on the state of other threads (and it must or you wouldn't ... have this complaint) then the results in debug mode would be invalid. ... > out to INFINITE works around the problem without solve it because the real ... >> the same behavior on INFINITE timeout? ...
    (microsoft.public.windowsce.platbuilder)