In IIS 8.5 is there a way of setting the ConnectionTimeout limit in web.config?
I can see how you would set this at the Website level (either through the IIS Manager GUI or via settings https://learn.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/sitedefaults/limits) but would like to set it at the application level i.e. via web.config if possible.
I am aware of the web.config executionTimeout setting (i.e. httpRuntime executionTimeout="100"
): and so was hoping there might be something similar for connectionTimeout.