I would like to debug a website, but also cause the httpRuntime executionTimeout
setting to take effect. However, the documentation says:
This time-out applies only if the debug attribute in the compilation element is False.
Is there any way to enable executionTimeout
when debug="True"
?