Skip to content
New issue

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

wfastcgi no longer supported for Microsoft and recommends HttpPlatform #25

Open
javier-zaragoza opened this issue Mar 7, 2023 · 1 comment

Comments

@javier-zaragoza
Copy link

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

@lextm
Copy link

lextm commented Apr 4, 2024

You just need to remove the wfastcgi related lines from the generated web.config and add the lines for HttpPlatformHandler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants