IIS6, Enable the WWW Service After Upgrade

Enable the WWW Service After Upgrade in The Network Encyclopedia Tutorials and Documentation (IIS 6.0 Deployment Guide)

Enable the WWW Service After Upgrade

When you upgrade a Web server running Internet Information Services (IIS) 5.0 and the Microsoft® Windows® 2000 operating system, the World Wide Web Publishing Service (WWW service) is disabled unless, prior to upgrade, you elected to run the IIS Lockdown Tool or you added the entry RetainW3SVCStatus to the registry. However, if neither of those was done, then you need to enable the WWW service after the upgrade.

Requirements

Credentials: Membership in the Administrators group on the local computer.
Tools: Microsoft Management Console (MMC); Local Security Policy.

Recommendation

As a security best practice, log on to your computer using an account that is not in the Administrators group, and then use the Run as command to run IIS Manager as an administrator. At the command prompt, type runas /user:administrative_accountname mmc %systemroot%\system32\inetsrv\iis.msc.

Procedures

  To enable the WWW Service after upgrade
 
1. Open Administrative Tools, and then click Services.
2. In the Services pane, double-click World Wide Web Publishing Service.
3. On the Properties page, on the General tab, select Automatic from the Startup Type drop-down box.
4. Under Service Status, click the Start button.
5. Click OK.