vote up 0 vote down star

As per subject which one overrides other?

executionTimeout in web.config or Connection Time-out property in iis7 website properties?

flag

78% accept rate

1 Answer

vote up 0 vote down check

If the connection times out, it could be caught and a response still served. If the executionTimeout is hit, it has to be handled differently(most likely in the Application_Error method). If neither are handled, both would cause a bad response.

link|flag
thanks, on upload wich one would timeout for large files? my guess is execution – nLL Oct 17 at 15:10
Most likely. You could make sure that happens by allowing the upload and then storing in a different process/thread to speed up the response. Or see if you can change the executionTimeout value for that specific request. – Yuriy Faktorovich Oct 17 at 15:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.