wfastcgi

python.exe – The FastCGI process exited unexpectedly

python.exe – The FastCGI process exited unexpectedly Question: I have read all posts about this issue, here and on IIS forum, got it to the second page on Google too… and still can’t get it to work. I want to run Flask/Python app in IIS on Windows server 2016, but I keep getting this error: …

Total answers: 4

Flask, wfastcgi, and IIS on Windows Server 2012

Flask, wfastcgi, and IIS on Windows Server 2012 Question: I am trying to deploy a flask service on IIS on Windows Server 2012. To arrive at this point: pip installed flask (Python versions 2.7 and 3 were already installed.) pip installed wfastcgi Ran wfastcgi-enable Established a new site under IIS Added a handler for wfastcgi …

Total answers: 3