Home > Software engineering >  IIS hosted Web Application cannot accessible through Internet
IIS hosted Web Application cannot accessible through Internet

Time:12-21

I have hosted Flask Web application on Windows Server on AWS, I have done followings

  • hosted it on IIS and add new bindings(port 8090) to web site
  • Created inbound rule for the port(8090) given in bindings

And it works fine on the server, but when i'm trying to access it on my PC's web browser says it cannot reach took too long to respond

What else i need to do ?

CodePudding user response:

In your vm, different provider has their security policy. For aws even you have set inbound port rule, it will not work. You also need to set inbound rules in their potal.

  • Related