Reputation: 6527
I'm having some trouble setting up a website in IIS. I've bound it to a specific IP address and a port number (11.57.243.296:5), and can browse the site on the server.
If I try to open it over the global network however, it times out (I get error of type ERR_CONNECTION_TIMED_OUT
).
What could the reasons for this be?
Upvotes: 0
Views: 2764
Reputation: 21
The local firewall must be configured and ports 80 and 443 must be open. Go into Windows Defender firewall, incoming, new rule and set it.
Upvotes: 2