localhost works 127.0.0.1 does not IIS
Posted
by NickatUship
on Server Fault
See other posts from Server Fault
or by NickatUship
Published on 2010-03-10T03:05:19Z
Indexed on
2010/05/06
10:08 UTC
Read the original article
Hit count: 233
Very weird problem on IIS. Never had it before:
localhost works, but 127.0.0.1 does not. localhost pings to 127.0.0.1. www.mydomain.com also pings to that IP, which is set up in the hosts file, but that also doesnt work locally. I've ipconfig /flushdns 'd without success. Ive even restarted the server. Another server set up the exact same way works fine. Any ideas?
To be clear, im accessing the URLs in IE like this:
I can telnet to port 80 without a problem for all 3
© Server Fault or respective owner