Add me on Linkedin, if you want any custom work done or need extra help this is a good place to reach me.
I don't use Twitter all that much, but here it is.
Reposity for a youtube tutorial on how to run multiple dash apps in IIS.
This will run on a local venv and use a local wfastcgi.
Reposity for a youtube tutorial on how to run a flask app in IIS.
- Clone this repo to wwwroot
0.5. Set the created repo as the current directory cd dash_iis
-
Create virtual environment:
python -m venv venv
-
Install requirements:
"venv/Scripts/python.exe" -m pip install -r requirements.txt
-
Enable CGI for IIS
-
Ensure proper file permissions
-
Configure Web.config
-
Add application to iis
Youtube Tutorial: https://www.youtube.com/watch?v=sgFTX-SVh20
- Make sure the entire dash_iis folder is readable by IIS_IUSRS, or whichever group is running the IIS process