HttpRuntimeSection.Enable Property
.NET Framework (current version)
Gets or sets a value that indicates whether the application domain is enabled.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("enable", DefaultValue := True)> Public Property Enable As Boolean
Property Value
Type: System.Booleantrue if the application domain is enabled; otherwise, false. The default value is true.
This setting affects the application domain or domains at the current node level and below.
.NET Framework
Available since 2.0
Available since 2.0
Show: