Johnnyboycurtis/webproject

Handler "Python FastCGI" has a bad module "FastCgiModule" in its module list

Opened this issue · 1 comments

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.

Capture1

But, when i deploy the app, i get an error saying that the "FastCgiModule" is not in the list.

Capture2

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.

Read #15 and you can find a good alternative.