Reputation: 444
The only port I can set my site's http binding to and then successfully visit the site in a browser is port 80, using IIS 10. I get 404 errors if I try any other ports. Is there somewhere else I need to configure other port numbers in order to assign them to the site's bindings in IIS 10 and expect them to work? Can somebody give me a hint about what I'm missing here?
Upvotes: 0
Views: 2216
Reputation: 66
You need to open your firewall to allow more than just port 80. Look at this guide here for some guidance -> Firewall Rule. (In the example port 8080 is used but use whatever port you want).
Then once you have that add the binding in IIS to listen on that port -> IIS Port Binding
Upvotes: 2