Click to Rate and Give Feedback

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

Other versions are also available for the following:
.NET Framework General Reference
clear Element for httpModules (ASP.NET Settings Schema)

Removes all httpModules from an application.

<configuration> Element
  system.web Element (ASP.NET Settings Schema)
    httpModules Element (ASP.NET Settings Schema)
      clear Element for httpModules (ASP.NET Settings Schema)
<clear/>

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

None.

Parent Elements

Element

Description

configuration

Specifies the required root element in every configuration file that is used by the common language runtime and the .NET Framework applications.

system.web

Specifies the root element for the ASP.NET configuration section.

httpModules

Configures the HTTP modules within an application.

The following code example demonstrates how to clear all httpModules from an application.

<configuration>
  <system.web>
    <httpModules>
      <clear/>
    </httpModules>
  <system.web>
</configuration> 

Configuration Section Handler

HttpModulesSection

Configuration member

SystemWebSectionGroupHttpModules()()()

Configurable locations

Machine.config

Root-level Web.config

Application-level Web.config

Virtual or physical directory–level Web.config

Requirements

Microsoft Internet Information Services (IIS) version 5.0, 5.1, or 6.0

The .NET Framework version 1.0, 1.1, or 2.0

Microsoft Visual Studio 2003 or Visual Studio 2005

Tags What's this?: Add a tag
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