How to solve?
How to disable IIS8 on windows 8?
I disable IIS8 from control panel, and rebooted the machine. ?? But still when i enter http://localhost it is showing IIS8
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ben MartinPosted Dec 18, 2020, 6:52 AM
Jerry MaguirePosted Dec 18, 2020, 3:01 AM
Raja TPosted Jan 4, 2016, 4:34 AM
Helen GreenPosted Jan 4, 2016, 3:43 AM
Javeed M ShaikhPosted Apr 9, 2013, 4:03 PM
not sure if this would result an error, still you can try:
sc stop W3SVC
this will change the service startup to disabled:
sc config W3SVC start= disabled
reboot and check.
Sohail AliPosted Apr 9, 2013, 3:40 PM
Javeed M ShaikhPosted Apr 9, 2013, 3:23 PM
can you check the following
from command prompt:
sc query w3svc
what does this return?
Sohail AliPosted Apr 9, 2013, 3:10 PM
Javeed M ShaikhPosted Apr 9, 2013, 3:06 PM
Sohail AliPosted Apr 9, 2013, 3:04 PM
Sohail AliPosted Apr 9, 2013, 2:58 PM
Javeed M ShaikhPosted Apr 9, 2013, 2:45 PM
OR
Sohail AliPosted Apr 9, 2013, 2:37 PM
Javeed M ShaikhPosted Apr 9, 2013, 2:34 PM
do you need to stop the local web server on IIS 8, then Open IIS Manager and navigate to the web server node in the tree. In the Actions pane, click Stop if you want to stop the web server.