When I type http://localhost, I get the message as Internet explorer can not display web page. It is happening in Win 7 Professional. I have turned on all the windows features related to IIS. IIS service is also in running mode.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This could be a problem with how your browser connects to the IIS. By default IE will try IPv6 before it will fallback on IPv4 so if you add
::1 localhost
into your hosts file in %windir%\system32\drivers\etc\ you’ll be fine.
Edit 1:
Have you tried the standard loopback http://127.0.0.1? Do you get the same result then? If that doesnt work then you at least ruled out the DNS problem.