listenerAdapters Element [IIS Settings Schema]
Note
For more information about the listenerAdapters element, see the following topic on the Microsoft IIS.net Web site: Listener Adapters <listenerAdapters>.
Specifies configuration settings for listener adapters, which are components that establish communication between non-HTTP protocol listeners and the Windows Process Activation Service (WAS).
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. Specifies the configuration for a listener adapter. |
Parent Elements
Element |
Description |
---|---|
configuration |
Specifies the root element in every configuration file that is used by IIS 7. |
system.applicationHost |
Specifies the root element for configuring Web process settings. |
Remarks
For more information about the listenerAdapters element, see the following topic on the Microsoft IIS.net Web site: Listener Adapters <listenerAdapters>.
Changes to the listenerAdapters element take effect only when a listener adapter connects with WAS. In most cases, this connection requires that the server be restarted.
The W3SVC service, which contains HTTP-specific functionality, does not use listenerAdapter configuration settings.
Element Information
Configuration locations |
ApplicationHost.config |
Requirements |
Microsoft Internet Information Services (IIS) version 7.0 |