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 以外のプロトコルを介した通信は禁止されます。

適用対象