Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 971 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 971 Bytes

Flask_IIS

Reposity for a youtube tutorial on how to run a flask app in IIS.

  1. Clone this repo to wwwroot

  2. Install Python in the root directory

  3. Enable CGI for IIS

  4. Install wfastcgi from pip

  5. Ensure proper file permissions

  6. Configure Web.config

Youtube Tutorial: https://youtu.be/En9vo7Ognm0

Contact

Add me on Linkedin, if you want any custom work done this is a good place to reach me.

I don't use Twitter all that much, but here it is.

FAQ/Troubleshooting:

  1. HTTP Error 500.0 - Internal Server Error scriptProcessor could not be found in application configuration a. Make sure the path in your FastCGI settings in IIS home matches what is inside the web.config Here is an example of what can cause this error. image