We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
You just need to remove the wfastcgi related lines from the generated web.config and add the lines for HttpPlatformHandler.
web.config
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: