ASP.NET: httpRuntime element
The <httpRuntime> element has an enable attribute that allows us to disable the current ASP.NET application quickly. However, the ASP.NET documentation says “Specifies whether the App Domain is enabled at the current node and at the child node level. The default value is true.”, that is misleading.