Re: does ExecutionTimeout include file upload time?
- From: Ben Schwehn <ben@xxxxxxxxxxx>
- Date: Tue, 18 Sep 2007 19:22:43 +0200
http://msdn2.microsoft.com/en-us/library/system.web.httpserverutility.scripttimeout.aspx
It says that ScriptTimeout only works when you have <compilation debug="true"> in the web.config so it won't be an option for my production application
Hello Andy,
This is an error/typo in the documentation. ScriptTimeout is ignored (or rather it's set to 30.000.000 seconds, around 350 days) when debug is set to true, so that you can set breakpoints and do debugging etc without having the page timeout.
Ben
.
- References:
- does ExecutionTimeout include file upload time?
- From: Andy Fish
- Re: does ExecutionTimeout include file upload time?
- From: Andy Fish
- Re: does ExecutionTimeout include file upload time?
- From: Patrice
- Re: does ExecutionTimeout include file upload time?
- From: Andy Fish
- does ExecutionTimeout include file upload time?
- Prev by Date: Re: WWF + SMC
- Next by Date: Frames
- Previous by thread: Re: does ExecutionTimeout include file upload time?
- Next by thread: About MVP architectue
- Index(es):