ServiceHostingEnvironmentSection::AspNetCompatibilityEnabled Property
.NET Framework (current version)
Gets or sets a Boolean value that specifies whether ASP.NET compatibility mode has been enabled for the current application.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("aspNetCompatibilityEnabled", DefaultValue = false)] property bool AspNetCompatibilityEnabled { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if ASP.NET compatibility mode has been enabled for the current application; otherwise, false. The default is false.
When this property is set to true, requests to Windows Communication Foundation (WCF) services flow through the ASP.NET HTTP pipeline and communication over non-HTTP protocols is prohibited.
.NET Framework
Available since 3.0
Available since 3.0
Show: