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.
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.