I have IIS7 installed on Windows 7 and http://localhost/ works fine. I want it to work publicly so I took the following steps:
- went into IIS and enabled directory browsing
- also enabled AnonymousAuthentication in IIS
- then enabled World Wide Web services in my Windows firewall
- used the command promt to find my IPv4 address.
When I access http://myip:80 on my machine (or any machine connected to my WiFi) it works fine.
When I tried it elsewhere, and on my mobile network, it just won't respond.
Does anyone know what the problem could be?