Celeb Glow
updates | March 14, 2026

How to start the W3SVC service (IIS 7)?

I want to preview my website added to the IIS, but all I see is the error which's telling me that I cannot run the website until the W3SVC service is not running. How can I run it ?

2 Answers

Issue the following command on a command prompt (cmd.exe)

net start w3svc

Type "Turn Windows features on or off" in your Start menu, and enable the components you need under the Internet Information Services node, or enable the IIS Hostable Web Core.

If it's already installed then open the IIS control panel from Administrative Tools, and enable it by right clicking on your computer name (on the left), and selecting start. You can also start the World Wide Web Publishing Services from the Services control panel.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy