ServiceHostingEnvironmentSection.AspNetCompatibilityEnabled 属性

定义

获取或设置一个布尔值,该值指定是否已为当前应用程序启用了 ASP.NET 兼容模式。

public:
 property bool AspNetCompatibilityEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("aspNetCompatibilityEnabled", DefaultValue=false)]
public bool AspNetCompatibilityEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("aspNetCompatibilityEnabled", DefaultValue=false)>]
member this.AspNetCompatibilityEnabled : bool with get, set
Public Property AspNetCompatibilityEnabled As Boolean

属性值

如果已为当前应用程序启用 ASP.NET 兼容模式,则为 true;否则为 false。 默认值为 false

属性

注解

当此属性设置为 true时,禁止向 Windows Communication Foundation (WCF) 服务发出的请求流经 ASP.NET HTTP 管道,并通过非 HTTP 协议进行通信。

适用于