Hello, Is it possible to delpy Dash app on IIS . Is there any tutorial that i can follow to achieve this. Thanks in advance
Is this any help?
Hello @biz,
I have an IIS that sits in front of my legacy app, ran from flask.
For me, I set the IIS as sort of a reverse proxy and route traffic to the server where my flask app is running. You’ll need to add the server as a server farm I think. It’s been a couple years since I did it.
But once you have the farm setup, you need to make a url rule that will redirect the traffic to that server.