Issue:
Error while restarting IIS
i.e. after stopping IIS when i start again i hot this error
Cannot start service W3SVC on computer '.'
Resolution:
You should check to see that all of the following services are started, or at the very least, not disabled: HTTP, Windows Process Activation Service, DCOM Process Launcher, and RPC Endpoint Mapper.
You should also verify t hat no other process is listening on port 80. The simplest way to do this is to issue the following in a command window:
Error while restarting IIS
i.e. after stopping IIS when i start again i hot this error
Cannot start service W3SVC on computer '.'
Resolution:
- Run -> appwiz.cpl -> Turn windows features on or off -> Check "Windows Process Activation Service"
- That's all.
You should check to see that all of the following services are started, or at the very least, not disabled: HTTP, Windows Process Activation Service, DCOM Process Launcher, and RPC Endpoint Mapper.
You should also verify t hat no other process is listening on port 80. The simplest way to do this is to issue the following in a command window:
netstat -a -o|findstr 80
Thanks
what about on windows 2008 R2 server, which has IIS 7 and sharepoint 2010
ReplyDeletecannot uninstall above services
and the Windows Process Activation Service is also running
ReplyDeletegreat
ReplyDelete