Re: does ExecutionTimeout include file upload time?

Tech-Archive recommends: Speed Up your PC by fixing your registry



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
.