As per subject which one overrides other?
executionTimeout in web.config or Connection Time-out property in iis7 website properties?
As per subject which one overrides other?
executionTimeout in web.config or Connection Time-out property in iis7 website properties?
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.