次の方法で共有


healthMonitoring の providers の clear 要素 (ASP.NET 設定スキーマ)

ASP.NET アプリケーションの ProviderSettingsCollection からすべての状態監視プロバイダーを削除します。

<clear />

属性および要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

なし。

子要素

なし。

親要素

要素

説明

configuration

共通言語ランタイムおよび .NET Framework アプリケーションで使用されるすべての構成ファイルのルート要素です。

system.web

ASP.NET 構成セクションのルート要素を指定します。

healthMonitoring

状態の監視に対応したアプリケーションを構成します。

使用例

コレクションからすべてのプロバイダーを削除する例を次に示します。

<healthMonitoring>
  <providers>
    <clear />
  </providers>
<healthMonitoring>

要素情報

構成セクション ハンドラー

System.Web.Configuration.HealthMonitoringSection

構成メンバー

HealthMonitoringSection.Providers

構成できる場所

Machine.config

ルート レベルの Web.config

アプリケーション レベルの Web.config

要件

IIS 5.0 以上

.NET Framework 2.0

Visual Studio 2005

参照

処理手順

方法 : ASP.NET 構成設定をロックする

参照

healthMonitoring 要素 (ASP.NET 設定スキーマ)

healthMonitoring の providers 要素 (ASP.NET 設定スキーマ)

healthMonitoring の providers の clear 要素 (ASP.NET 設定スキーマ)

healthMonitoring の providers の remove 要素 (ASP.NET 設定スキーマ)

System.Configuration

System.Web.Configuration

System.Web.Management

概念

ASP.NET Health Monitoring の概要

ASP.NET 構成の概要

ASP.NET Web サーバー コントロールとブラウザーの機能

ASP.NET 構成の保護

ASP.NET の構成のシナリオ

その他の技術情報

ASP.NET 構成ファイル

ASP.NET 構成設定

全般構成設定 (ASP.NET)

ASP.NET 構成 API