I have a laptop running Windows Vista running IIS7 for its localhost. On this machine, I can successfully go to:
- "HTTP: // local"
- "http://127.0.0.1"
- "Http: // mycpuname"
However, I cannot access this localhost site from another computer on the same network. Ideally, I could visit "http: // mycpuname" (so that I can hardcode the connection), but at this point I can agree to the IP address of the machine (http://192.000.000.xyz)
I saw similar questions asked here and elsewhere on the Internet ... but none of the posts seem to fix the issue for me.
Things I tried: - adding exceptions from the Windows firewall to allow TCP ports 80 and 8080 - completely disabling the Windows firewall - running netsh commands in this post
In addition, I look at the IP address on a Windows laptop by running "ipconfig" from the command line. Oddly enough, trying to access "http://192.000.000.xyz" from a Windows laptop doesn't seem to work ...
I also tried restarting IIS and restarting my machine.
reference
source
share