remove Element for providers for healthMonitoring (ASP.NET Settings Schema)
.NET Framework 3.0
Removes the specified health monitoring provider from the collection.
<remove name="provider name">
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | ||
|---|---|---|---|
| name | Required String attribute. The name of the provider to be removed from the collection.
|
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| configuration | The root element in every configuration file used by the common language runtime and .NET Framework applications. |
| system.web | Specifies the root element for the ASP.NET configuration section. |
| healthMonitoring | Configures an application for health monitoring. |
Tasks
How to: Lock ASP.NET Configuration SettingsReference
healthMonitoring Element (ASP.NET Settings Schema)providers Element for healthMonitoring (ASP.NET Settings Schema)
add Element for providers for healthMonitoring (ASP.NET Settings Schema)
clear Element for providers for healthMonitoring (ASP.NET Settings Schema)
Configuration
System.Configuration
System.Web.Configuration
System.Web.Management
Concepts
ASP.NET Configuration OverviewASP.NET Web Server Controls and Browser Capabilities
Securing ASP.NET Configuration
ASP.NET Configuration Scenarios
Other Resources
ASP.NET Health Monitoring SystemASP.NET Configuration Files
ASP.NET Configuration Settings
General Configuration Settings (ASP.NET)
ASP.NET Configuration API
Community Additions
ADD
Show:
Note