Difference between revisions of "Setting up Flask on IIS"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 18: | Line 18: | ||
PYTHONPATH C:\www\sites\flask | PYTHONPATH C:\www\sites\flask | ||
WSGI_HANDLER server.app | WSGI_HANDLER server.app | ||
Setup the Flask application tree. | |||
(Make up a model) | |||
Revision as of 19:20, 3 August 2017
From scratch on PROCYON
Image of Console
- Check that I have FastCGI Installed. If not - install it.
- Add the new web site
- Check Basic Settings
- Setup FastCGI
- Go to Handler Mappings
- Add Module Mapping
- Need to go to Top of Connections Pane - and select FastCGI Settings - (double click on Icon). Then burrow down into Environment Variables and add:
PYTHONPATH C:\www\sites\flask WSGI_HANDLER server.app
Setup the Flask application tree.
(Make up a model)