Udostępnij za pośrednictwem


zasady elementu healthMonitoring (ASP.Schemat ustawień netto)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Zdarzenia jest mapowany na dostawców.

Ten element jest nowego w.NET Framework w wersji 2.0.

<rules>
  <add... />
  <remove... /> 
  <clear/>
</rules>

Atrybuty i elementy

W poniższych sekcjach opisano atrybuty i elementy podrzędne elementy nadrzędne.

Atrybuty

Brak.

Elementy podrzędne

Element

Opis

add

Opcjonalnego elementu.

Zdarzenie jest mapowany na jego dostawcy.

clear

Opcjonalnego elementu.

Usuwa wszystkie zasady.

remove

Opcjonalnego elementu.

Usuwa określoną regułą.

Elementy nadrzędne

Element

Opis

configuration

Określa element główny wymagane w każdym pliku konfiguracyjnym, który jest używany przez aparatu plików wykonywalnych języka wspólnego oraz.NET Framework aplikacji.

system.web

Określa element główny dla aplikacji ASP.Sekcja konfiguracji netto.

healthMonitoring

Konfiguruje aplikację monitorowania zdrowia.

Uwagi

Domyślna konfiguracja

Następujące domyślne rules element jest skonfigurowany w pliku Web.config katalogu głównego w.NET Framework w wersji 2.0.

<rules>
     <add name="All Errors Default" eventName="All Errors" provider="EventLogProvider" profile="Default" 
          minInstances="1" maxLimit="Infinite" minInterval="00:01:00" custom="" />
     <add name="Failure Audits Default" eventName="Failure Audits" provider="EventLogProvider" 
          profile="Default" minInstances="1" maxLimit="Infinite" minInterval="00:01:00" custom="" />
</rules>

Przykład

Poniższy przykład kodu pokazuje, jak skonfigurować zasady monitorowania stanu zdrowia.

<healthMonitoring heartBeatInterval="0">

  <!-- Define the rules -->
  <rules>
    <add name="Sample Web Requests"
      eventName="SampleWebRequests"
      provider="SampleEventProvider"
      profile="Default"
      minInterval="00:01:00" />

    <add name="Standard Web Requests"
      eventName="All Events"
      provider="SampleEventProvider"
      profile="Default"
      minInterval="00:01:00" />
  </rules>

</healthMonitoring>

Informacje o elementach

Program obsługi sekcji konfiguracji

System.Web.Configuration.HealthMonitoringSection

Członkowskie konfiguracji

HealthMonitoringSection.Rules

Lokalizacje konfigurowalne

Machine.config

Web.config na poziomie katalogu głównego

Poziom aplikacji Web.config

Wymagania

Microsoft Internet Information Services (IIS) w wersji 5.0, 5.1 lub 6.0

.NET Framework w wersji 2.0

Microsoft Visual Studio 2005

Zobacz też

Zadania

How to: Lock ASP.NET Configuration Settings

Informacje

healthMonitoring elementu (ASP.Schemat ustawień netto)

Dodaj Element zasad healthMonitoring (ASP.Schemat ustawień netto)

Usuń Element dla zasady healthMonitoring (ASP.Schemat ustawień netto)

Wyczyść elementu zasad dla healthMonitoring (ASP.Schemat ustawień netto)

System.Configuration

System.Web.Configuration

Koncepcje

ASP.NET Health Monitoring Overview

ASP.NET Configuration Overview

ASP.NET Server Controls and Browser Capabilities

Securing Configuration

Configuration Inheritance

Inne zasoby

ASP.NET Configuration Files

ASP.NET ustawienia konfiguracji

Ogólne ustawienia konfiguracji (ASP.(NET)

ASP.NET Configuration API