Skip to content

Michael-fore/Dash_IIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact

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.

Dash_IIS

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.

  1. Clone this repo to wwwroot

0.5. Set the created repo as the current directory cd dash_iis

  1. Create virtual environment: python -m venv venv

  2. Install requirements: "venv/Scripts/python.exe" -m pip install -r requirements.txt

  3. Enable CGI for IIS

  4. Ensure proper file permissions

  5. Configure Web.config

  6. 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

About

Repo for deploying Dash apps to IIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages