healthMonitoring 的 bufferModes 的 clear 元素(ASP.NET 设置架构)

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

从 ASP.NET 应用程序的 BufferModesCollection 中移除所有缓冲区模式配置。

<clear />

特性和元素

以下几节描述了特性、子元素和父元素。

特性

无。

子元素

无。

父元素

元素

说明

configuration

公共语言运行时和 .NET Framework 应用程序所使用的每个配置文件中的根元素。

system.web

为 ASP.NET 配置节指定根元素。

healthMonitoring

针对运行状况监视配置应用程序。

bufferModes

定义提供程序的缓存功能。

示例

下面的示例从应用程序中清除所有缓冲区模式。

<healthMonitoring>
  <bufferModes>
    <clear />
  </bufferModes>
</healthMonitoring>

元素信息

Configuration Section Handler

System.Web.Configuration.HealthMonitoringSection

Configuration Member

System.Web.Configuration.BufferModesCollection

Configurable Locations

Machine.config

根级别的 Web.config

应用程序级别的 Web.config

Requirements

IIS 5.0 或更高版本

.NET Framework 版本 2.0

Visual Studio 2005

请参见

任务

How to: Lock ASP.NET Configuration Settings

参考

healthMonitoring 元素(ASP.NET 设置架构)

healthMonitoring 的 bufferModes 元素(ASP.NET 设置架构)

healthMonitoring 的 bufferMode 的 add 元素(ASP.NET 设置架构)

healthMonitoring 的 bufferModes 的 remove 元素(ASP.NET 设置架构)

System.Configuration

System.Web.Configuration

概念

ASP.NET Configuration Overview

ASP.NET Server Controls and Browser Capabilities

Securing Configuration

Configuration Inheritance

其他资源

ASP.NET Configuration Files

ASP.NET 配置设置

常规配置设置 (ASP.NET)

ASP.NET Configuration API