does ExecutionTimeout include file upload time?



Hi,

I am trying to investigate a problem reported by one of my users who
received a "System.Web.HttpException: Request timed out." error trying to
upload a large file into my asp.net 2.0 application.

I have seen several blog posts and other articles implying that the
ExecutionTimeout property includes the time taken to upload the file,
whereas I had been of the opinion that the execution timeout only started
ticking once the entire request had been received by the server, and my
recent experiments would seem to back this up.

Can anyone throw any light on this?

Andy


.



Relevant Pages

  • Re: does ExecutionTimeout include file upload time?
    ... 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 ... or to override it programmatically for an individual HttpRequest ... ticking once the entire request had been received by the server, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: does ExecutionTimeout include file upload time?
    ... URL and reset Server.ScriptTimeout if the url is the file upload page, ... for each request with the IIS default value. ... only valid for the duration of the current request. ... Is there any way to set the execution timeout differently on different ...
    (microsoft.public.dotnet.framework.aspnet)

Loading