I am trying to run a Django app with IIS server. Here are my settings: Windows Server 2019, IIS 10.\
I am following this tutorial.
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.
Things tried
- Added wfastcgi.exe path to the system path. Expectation: In case that was the reason FastCGI wasn't being built, this would fix it. Result: No change.
- Installed ASP.net and .NET frameworks. Expectations: If these are dependencies for the FastCGI framework, it might help install it. Result: No change.