Event ID 1900 — IIS Web Management Service Availability
Applies To: Windows Server 2008
The Internet Information Services (IIS) Web Management Service (WMSvc) is necessary for remote and delegated management of Web servers. If this service is not available on a Web server, you will not be able to administer that server remotely.
Event Details
Product: | Internet Information Services |
ID: | 1900 |
Source: | Microsoft-Windows-IIS-IISManager |
Version: | 7.0 |
Symbolic Name: | IISWMSVC_SHUTDOWN_UNABLE_TO_DELETE_DIRECTORY |
Message: | Cannot delete directory <directory_path>; this directory is no longer in use and should be deleted. |
Resolve
Delete the temporary WMSvc directory
Sometimes old WMSvc temporary directories cannot be deleted automatically. This could be caused by incorrect directory permissions or a locking issue. The presence of such directories should not cause any problems. If you want, you may delete these directories manually by using Windows Explorer.
To delete an old WMSvc temporary directory, navigate to the directory mentioned in the event log message by using Windows Explorer, and delete the directory manually.
Verify
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that the Web Management 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 wmsvc, and press ENTER. The Web Management service is running if the state reported for the service is 4 RUNNING.