asp.net - Cannot start Website in IIS - W3SVC running -


i trying start website in iis doesn't started , gives me following error:

the world wide web publishing service (w3svc) stopped. websites cannot started unless world wide web publishing service running.

how can resolve it? donot know how start w3svc. need help

first verify world wide web publishing service installed , not disabled. [source:msdn]

right-click computer on desktop, , click manage.  expand services , applications node, , click services node.  in right pane, locate world wide web publishing service.  if world wide web publishing service not displayed in list of services installed, follow steps in procedure below install it.  if world wide web publishing service displayed has status other started, continue steps below start it.  right-click world wide web publishing service, , click properties.  verify startup type automatic , service status set started.  click apply, , click ok. 

to install world wide web publishing service

on start menu, select settings, control panel, , click add or remove programs  click add/remove windows components.  in components list, select application server check box, , click details.  select internet information services manager, , click details.  select world wide web service, , select check box.  click ok 2 times return components list, , click next.  click finish when iis service installed. 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -