Cannot connect to IIS 7 from localhost
Posted
by
Wout
on Super User
See other posts from Super User
or by Wout
Published on 2012-12-10T15:28:52Z
Indexed on
2012/12/10
17:07 UTC
Read the original article
Hit count: 239
iis-7
I cannot connect to the local IIS 7 using "http://localhost" in IE. "http://127.0.0.1" doesn't work either.
The strange thing is that if I add a binding on e.g. port 81, then I can reach "http://localhost:81". Also turning off the firewall on the local machine doesn't help. The site is reachable from the internet. The local requests don't seem to hit IIS (no entries in the IIS log files).
IIS is hosted on Windows Server 2008 R2 from behind a hardware firewall device.
Note that I'm a programmer, not a network administrator, so I'm having a hard time trouble shooting this.
© Super User or respective owner