Python Flask application host in IIS with fast cgi process -


please guide me how python2.7 flask framework application host in iis fast cgi process. searched many ideas on internet doesn't me till now. can give me simple process , if have video tutorial please share link of it. trial want specify,

  1. install iis feature 'on' cgi
  2. create virtual environment , link physical project folder
  3. convert application
  4. select application --> click on handler mapping--> add script map , input required data *.py, python27.exe %s %s --> ok
  5. placed .py file in 'cgi-bin' folder
  6. convert application
  7. edit in 'c:\windows\system32\inetsrv\config\applicationhost.config'

  8. open application in browser sample py application print 'hello'. getting output mentioned in sanp. enter image description here

*** first tried simple application want host flask framework.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -