Microsoft not longer recommends fastcgi, and recommends HttpPlatform to configure our apps.
https://learn.microsoft.com/ca-es/visualstudio/python/configure-web-apps-for-iis-windows?view=vs-2022#configure-the-fastcgi-handler
“We recommend using HttpPlatform to configure your apps, as the WFastCGI project is no longer maintained.”
Can django-windowsauth works with HttpPlatform?
We are coding with django 4.1
Thanks