Event ID 7001 — IIS Protocol Adapter Availability

Applies To: Windows Server 2008 R2

An Internet Information Services (IIS) Web server responds to requests on a given protocol by using a listener adapter. The protocol-specific listener adapter communicates with the Windows Process Activation Service (WAS) by means of a protocol adapter. If an error occurs when WAS communicates with the listener adapter through the protocol adapter, the Web server may be unable to respond to requests on the given protocol.

Event Details

Product: Internet Information Services
ID: 7001
Source: Microsoft-Windows-WAS-ListenerAdapter
Version: 7.5
Symbolic Name: WAS_LA_IDENTITY_PERMISSIONS_MISMATCH
Message: Listener Adapter protocol '%1' failed to connect to Windows Process Activation Service due to identity permissions mismatch. Cause: Configured Identity for protocol '%1' in ApplicationHost.config does not match identity of process '%2' hosting Listener Adapter. Fix: Ensure that the identity for protocol '%1' is configured correctly in ApplicationHost.config.

Resolve

Repair the listener adapter identity

The listenerAdapters section in the ApplicationHost.config file defines the protocols with which the Windows Process Activation Service (WAS) binds.

Each listener adapter has a name attribute that contains the name of the protocol that the listener adapter processes, and an identity attribute that contains the account name that is used to help secure communication with the Windows Process Activation Service (WAS). If there is an error in the listener adapter identity, the listener adapter will be unable to communicate with WAS, and the listener adapter will be unable to process requests for the protocol for which it is defined.

To resolve this issue, examine the identity attribute for the listener adapter in the ApplicationHost.config configuration file and repair the identity as needed.

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To examine and modify the listener adapter identity:

  1. Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
  2. Type cd %Windir%\system32\inetsrv\config
  3. Type notepad ApplicationHost.config
  4. In notepad, search for the listenerAdapters section under system.applicationHost.
  5. Verify the identity for the listener adapter that is failing, and correct any errors.
  6. Save the ApplicationHost.config file, and exit notepad.

For more information about the listenerAdapters section, see IIS 7.0: add Element for listenerAdapters (IIS Settings Schema).

Verify

You can use an Internet browser to verify that a protocol adapter is functional by following these steps:

  1. Select a Web site or application that is configured to respond to the protocol you want to verify.
  2. In the address bar of your browser, type a protocol-specific request to the Web site or applications that you chose in step 1. For example, https://servername/default.htm
  3. If the protocol adapter is working, your browser client should display the expected output page.

Note: If the protocol adapter is from a third party, refer to the documentation for the adapter. The documentation may have  specific steps that explain how to verify the state of the service or process that hosts the protocol adapter.

IIS Protocol Adapter Availability

Internet Information Services (IIS) 7.5