Event ID 2206 — IIS W3SVC Activity
Applies To: Windows Server 2008 R2
In order to perform its activities successfully, the Internet Information Services (IIS) World Wide Web Publishing Service (W3SVC) must be free of any I/O errors involving file access, memory availability, and network connections. In addition, any scripts that are used must be accessible and runnning, and any include files must be configured correctly.
Event Details
Product: | Internet Information Services |
ID: | 2206 |
Source: | Microsoft-Windows-IIS-WMSVC |
Version: | 7.5 |
Symbolic Name: | W3_EVENT_CANNOT_CREATE_CONNECTION_SOCKET |
Message: | HTTP Server could not create the main connection socket. The data is the error. |
Resolve
Check a connection failure
To resolve this connection issue, check the event log message for a specific error number included in the message. This error number will be different from the Event ID. To do this, see the following steps.
To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.
Check for a specific error number
To check for a specific error number:
- In the Event Viewer, select the event that you received.
- Click the Details tab, then Friendly View.
- If a specific error number is available, the words Binary data: should appear.
- Below In Words, note the number after the colon.
Find out more about a specific error number
To learn more about a specific error number:
- Download the Err.exe utility from the Microsoft Exchange Server Error Code Look-up page.
- Click Start, All Programs, Accessories, and then Command Prompt.
- At the command prompt, navigate to the directory where you downloaded err.exe. For example, if you downloaded err.exe to C:\Err, type cd C:\Err.
- Type err errornumber to obtain more information about the error. For example, if the specific error number is 80070005, type err 80070005.
- In the example in Step 4, the error resolves to ERROR_ACCESS_DENIED, so your next step would be to check for a permissions issue.
Verify
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that the World Wide Web Publishing service is running:
- Open an elevated Command Prompt window. Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- Type sc query w3svc, and press ENTER. The World Wide Web Publishing service is running if the state reported for the service is 4 RUNNING.