asp.net - which one overrides other? httpruntime executionTimeout or Connection Time-out -
According to the topic that overlaps with each other?
Execution timeout or connection time-out properties in web.config in properties of the Iis7 website?
If connection time is over, it can be caught and a response is still served is. If the execution hits from time to time, it should be handled differently (most likely in the Application_Error method). If neither is handled, both will cause a bad reaction.
Comments
Post a Comment