Posts

Showing posts with the label W3SVC

Cannot start service W3SVC on computer '.'.

Image
During debugging some code IIS on my PC was hanged and I was on unable to debug the code anymore. W henever I want to start it, the following error occurs. To resolve this issue, I did following steps: Run -> appwiz.cpl -> Turn windows features on or off -> Uncheck "Internet Information Services" and "Windows Process Activation Service" Restart your machine. Run -> appwiz.cpl -> install both "Internet Information Services" and "Windows Process Activation Service" During reinstalling of IIS, make sure all the required components and features would be selected to install.  After complete installation, register ASP.Net 4.0. To register open command promt and do the following. Open your command prompt ( Windows  +  R ) and type  cmd  and press  ENTER You may need to start this as an administrator if you have UAC enabled. To do so, locate the Command Prompt exe, right click and select "Run as A...