Event ID 1175 — IIS W3SVC Availability
Applies To: Windows Server 2008 R2
The Internet Information Services (IIS) World Wide Web Publishing Service (W3SVC) requires both the Windows Process Activation Service (WAS) and the HTTP service to function correctly. If the HTTP service is not available, W3SVC will not be able to process HTTP requests.
Event Details
Product: | Internet Information Services |
ID: | 1175 |
Source: | Microsoft-Windows-IIS-W3SVC |
Version: | 7.5 |
Symbolic Name: | W3SVC_HTTP_CONTROL_CHANNEL_ENDPOINT_SHARING_FAILED |
Message: | The World Wide Web Publishing Service (WWW Service) failed to enable end point sharing for the HTTP control channel. The data field contains the error number. |
Resolve
Stop and restart the HTTP and W3SVC services
To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.
Stop the World Wide Web Publishing service and the HTTP service
To stop the World Wide Web Publishing service and the HTTP service:
- 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 net stop w3svc.
- Type net stop http.
Restart the World Wide Web Publishing service and the HTTP service
To restart the World Wide Web Publishing service and the HTTP service:
- 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 net start w3svc.
- Type net start http.
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, follow these steps:
- 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.