Python Forum

Full Version: python packaging/ hosted in IIS server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have developed a website using python Flask which is hosted on IIS and accessible to my team. My question is for security reasons how to package the python files, templates and static folder into a single executable file or .dll file and the same will be hosted on IIS server. Is it possible to directly host an executable (.exe) file on the IIS server? Please suggest an idea or reference document.

Note: I have tried using Pyinstaller to create a single executable, but it doesn't seem to run on IIS.