healthMonitoring の providers の clear 要素 (ASP.NET 設定スキーマ)
ASP.NET アプリケーションの ProviderSettingsCollection からすべての状態監視プロバイダーを削除します。
<clear />
属性および要素
以降のセクションでは、属性、子要素、および親要素について説明します。
属性
なし。
子要素
なし。
親要素
要素 |
説明 |
---|---|
configuration |
共通言語ランタイムおよび .NET Framework アプリケーションで使用されるすべての構成ファイルのルート要素です。 |
system.web |
ASP.NET 構成セクションのルート要素を指定します。 |
healthMonitoring |
状態の監視に対応したアプリケーションを構成します。 |
使用例
コレクションからすべてのプロバイダーを削除する例を次に示します。
<healthMonitoring>
<providers>
<clear />
</providers>
<healthMonitoring>
要素情報
構成セクション ハンドラー |
|
構成メンバー |
|
構成できる場所 |
Machine.config ルート レベルの Web.config アプリケーション レベルの Web.config |
要件 |
IIS 5.0 以上 .NET Framework 2.0 Visual Studio 2005 |
参照
処理手順
参照
healthMonitoring 要素 (ASP.NET 設定スキーマ)
healthMonitoring の providers 要素 (ASP.NET 設定スキーマ)
healthMonitoring の providers の clear 要素 (ASP.NET 設定スキーマ)
healthMonitoring の providers の remove 要素 (ASP.NET 設定スキーマ)
概念
ASP.NET Web サーバー コントロールとブラウザーの機能