I am encountering this problem where I am able to access my IIS Web Application through 192.168.0.15:8090 (Local IP) but not through 92.251.98.7:8090 (External IP).
These are the steps I have taken so far:
- Set Binding on my project on IIS to accept all requests on Port 8090
- Set Port Forwarding on my Cisco Router
- Restart Router / IIS
- Temporarily Disabled Firewall to debug this problem
Another application is accessible through 92.251.98.7:8080 - I have tried to follow the same steps but I still cannot figure this out.
Did I miss something?