To see if you have url reservations:
netsh http show urlacl
Look for anything touching port 80. (I had two -- /Temporary_Listen_Addresses/ and /wsman/). These need to be deleted before IIS can serve up content on port 80. For my case, I had to run:
netsh http delete urlacl http://+:80/Temporary_Listen_Addresses/
netsh http delete urlacl http://+:80/wsman/
After that, pulling up http://localhost/ worked as expected
3 comments:
Your blog keeps getting better and better! Your older articles are not as good as newer ones you have a lot more creativity and originality now keep it up!
Nice post and this post helped me alot in my college assignement. Say thank you you on your information.
Thank you thank you thank you. This fixed my issue.
Post a Comment