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 ?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
You also have to make sure that the Web Site in the IIS Control Panel is running, as is the Application Pool associated with that website. – Art Feb 8 at 17:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.