Sorry if I post this question to a wrong forum but I couldn't find a more suitable place.
Setup:
I have a web app hosted on a PC (Windows 7 IIS7.5, IP is 192.168.0.10. call it Server). On Server, my website in IIS is bound to 192.168.0.10. I can access the app by typing 192.168.0.10 in browser.
Problem:
On another device on the same local network (call it Client), when typing in 192.168.0.10 in browser, it hangs and cannot connect to app on Server.
I've tried:
- turned off Windows firewall and antivirus on Server.
- Ping 192.168.0.10 from Client - successful.
- Confirmed able to connect to the router (192.168.0.1) from Client.
- Ran iisreset from Server and restarted Server
- Restarted Client
- Added a port to IIS binding for my app on Server
This setup only started to break after I changed a new modem/router (Netgear CG3000v2). Not sure which part of router settings I should check. Any hint is appreciated.