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
I am trying to follow along the tutorial to run a Django app with IIS server. Here are my settings: Windows Server 2019, IIS10.
I am setting up my server and added CGI as shown in the image.
But, when i deploy the app, i get an error saying that the "FastCgiModule" is not in the list.
I looked in HandlerMappings to find that the FastCgiModule was indeed not in the list of modules that IIS considers.
Help and understanding about this is much appreciated.
The text was updated successfully, but these errors were encountered:
Read #15 and you can find a good alternative.
Sorry, something went wrong.
No branches or pull requests
I am trying to follow along the tutorial to run a Django app with IIS server. Here are my settings:
Windows Server 2019, IIS10.
I am setting up my server and added CGI as shown in the image.
But, when i deploy the app, i get an error saying that the "FastCgiModule" is not in the list.
I looked in HandlerMappings to find that the FastCgiModule was indeed not in the list of modules that IIS considers.
Help and understanding about this is much appreciated.
The text was updated successfully, but these errors were encountered: