I was following this https://medium.com/@dpralay07/deploy-a-python-flask-application-in-iis-server-and-run-on-machine-ip-address-ddb81df8edf3
And i get this error when i add the environment variable both pythonpath and wsgi handler and when i press ok in Edit FastCGI Application this error appeared.
So can anyone has solution to this issue i have tried rebooting the server
Montu JainMontu Jain
-
You might read halfblood.pro/… to get rid of wfastcgi first.Lex Li– Lex Li2024年02月28日 15:16:51 +00:00Commented Feb 28, 2024 at 15:16
-
As Lex Li said, you can switch to HttpPlatformHandler. FastCGI is no longer recommended by Microsoft, it has been deprecated. So this is no longer the correct way to host Python web applications on IIS. Reference link: medium.com/@akshay.mewada7/…YurongDai– YurongDai2024年02月29日 04:29:58 +00:00Commented Feb 29, 2024 at 4:29
lang-py