ServiceHostingEnvironment::AspNetCompatibilityEnabled Property
.NET Framework (current version)
Gets a value that indicates whether this service is running in the context of the ASP.NET HTTP application pipeline.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
Property Value
Type: System::Booleantrue if ASP.NET compatibility is enabled for the current AppDomain; otherwise, false. The default is false.
This value reflects the value set by the AspNetCompatibilityEnabled configuration element.
.NET Framework
Available since 3.0
Available since 3.0
Show: