globalModules Element [IIS Settings Schema]
Note
For more information about the globalModules element, see the following topic on the Microsoft IIS.net Web site: Global Modules <globalModules>.
Specifies configuration settings for global modules on a Web server.
Syntax
Attributes and Elements
The following sections describe attributes, child elements, and parent elements for this section.
Attributes
None.
Child Elements
Element |
Description |
---|---|
add |
Optional element. Adds a native module to the collection of global modules. |
clear |
Optional element. Removes all references to native modules from the global modules collection. |
remove |
Optional element. Removes a reference to a specific native module from the global modules collection. |
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.webServer |
Specifies the root element in ApplicationHost.config that is the top-level section group in which this element is defined. |
Remarks
For more information about the globalModules element, see the following topic on the Microsoft IIS.net Web site: Global Modules <globalModules>.
Default Configuration
The following default <globalModules> element is configured in the root ApplicationHost.config file in IIS 7 when all the role services are installed. This configuration section inherits the default configuration settings unless you use the <clear> element.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
Microsoft Internet Information Services (IIS) version 7.0 |
See Also
Reference
add Element for globalModules [IIS Settings Schema]