Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
EventLogWebEventProvider Class
Implements an event provider that logs ASP.NET health-monitoring events into the Windows Application Event Log.

Namespace: System.Web.Management
Assembly: System.Web (in system.web.dll)
Visual Basic (Declaration)
Public NotInheritable Class EventLogWebEventProvider
    Inherits WebEventProvider
Visual Basic (Usage)
Dim instance As EventLogWebEventProvider
C#
public sealed class EventLogWebEventProvider : WebEventProvider
C++
public ref class EventLogWebEventProvider sealed : public WebEventProvider
J#
public final class EventLogWebEventProvider extends WebEventProvider
JScript
public final class EventLogWebEventProvider extends WebEventProvider
XAML
Not applicable.

ASP.NET health monitoring allows production and operations staff to manage deployed Web applications. The System.Web.Management namespace contains the health-event types responsible for packaging application health-status data and the provider types responsible for processing this data. It also contains supporting types that help during the management of health events.

The EventLogWebEventProvider, the failure audit, and the error health-monitoring events are configured (enabled) by default. This means that the failure audit and the error health-monitoring events are logged in the Windows Application Event Log by default.

NoteNote:

In most cases you will be able to use the ASP.NET health-monitoring types as implemented, and you will control the health-monitoring system by specifying values in the healthMonitoring configuration section. You can also derive from the health-monitoring types to create your own custom events and providers. For an example of creating a custom provider, see ASP.NET Health Monitoring Custom Provider Sample.

TopicLocation
How to: Implement and Raise Custom ASP.NET Health Monitoring EventsBuilding ASP .NET Web Applications
How to: Implement and Raise Custom ASP.NET Health Monitoring EventsBuilding ASP .NET Web Applications
How to: Implement and Raise Custom ASP.NET Health Monitoring EventsBuilding ASP .NET Web Applications in Visual Studio
How to: Implement and Raise Custom ASP.NET Health Monitoring EventsBuilding ASP .NET Web Applications in Visual Studio
How to: Implement the Health Monitoring Custom Provider ExampleBuilding ASP .NET Web Applications
How to: Implement the Health Monitoring Custom Provider ExampleBuilding ASP .NET Web Applications
How to: Implement the Health Monitoring Custom Provider ExampleBuilding ASP .NET Web Applications in Visual Studio
How to: Implement the Health Monitoring Custom Provider ExampleBuilding ASP .NET Web Applications in Visual Studio

The following configuration file excerpt shows how to specify a provider of type EventLogWebEventProvider to handle success audit events. The EventLogWebEventProvider and the failure audit health-event types to monitor are configured by default. To monitor the success audits, you need to configure them, as shown in the example code.

<healthMonitoring 
  enabled="true" heartBeatInterval="0">

  <rule>
    <add name="Success Audits Default"
      eventName=" Success Audits"
      provider="EventLogProvider"
      profile="Default"
      minInterval="00:01:00" />
  </rules>

</healthMonitoring>
System.Object
   System.Configuration.Provider.ProviderBase
     System.Web.Management.WebEventProvider
      System.Web.Management.EventLogWebEventProvider
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker