blog/running-flask-web-apps-on-iis-with-httpplatformhandler/ #13
Replies: 2 comments 5 replies
-
My app keeps the Infinite Loading even after giving permissions |
Beta Was this translation helpful? Give feedback.
-
Been trying to do something similar for Streamlit; this line is doing a lot of work:
I feel like I haven't replicated your success because of something in IIS Manager. I had to install the httpPlatformHandler msi and also add the ASP.NET 4.8 + extensibility features to the IIS server role/features. I might be missing something else. When I set up a Handler Mapping > Script Map to deal with *.py extension files, I get a generic Streamlit welcome message instead of the app. When I use httpPlatformHandler, the page just loads and outputs the same welcome message in the stdoutLogFile until it times out. I don't know how you did it so easily ^^;; |
Beta Was this translation helpful? Give feedback.
-
running-flask-web-apps-on-iis-with-httpplatformhandler/
A post about how to create a simple Flask web app and host it on IIS with HttpPlatformHandler
https://halfblood.pro/running-flask-web-apps-on-iis-with-httpplatformhandler/
Beta Was this translation helpful? Give feedback.
All reactions