次の方法で共有


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

指定された状態監視プロバイダーをコレクションから削除します。

<remove name="provider name">

属性および要素

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

属性

属性

説明

name

必須の String 属性です。

コレクションから削除するプロバイダーの名前。

メモメモ
有効な名前を指定しなかった場合でも、実行時に構成エラーが生成されることはありません。

子要素

なし。

親要素

要素

説明

configuration

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

system.web

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

healthMonitoring

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

使用例

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

<healthMonitoring>
  <providers>
    <remove name="EventLogProvider"/>
  </providers>
</healthMonitoring>

要素情報

Configuration Section Handler

System.Web.Configuration.HealthMonitoringSection

Configuration Member

HealthMonitoringSection.Providers

Configurable Locations

Machine.config

ルート レベルの Web.config

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

Requirements

インターネット インフォメーション サービス (IIS: Internet Information Services) Version 5.0 以上

.NET Framework Version 2.0

Visual Studio 2005

参照

処理手順

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

参照

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

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

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

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

Configuration

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