3

Installed ISAPI and CGI with the IIS role, but they are disabled as seen in the attached image.screenshot of Roles and IIS windows Scratching my head a bit here.

  • 2
    They are disabled because they are pre-2000 stuffs which in general you never should use. Today if you enable ISAPI and CGI support, you are most likely to configure things like FastCGI, where you will create new handler mappings instead of enabling those disabled ones, like in https://learn.microsoft.com/en-us/iis/application-frameworks/scenario-build-a-php-website-on-iis/configuring-step-1-install-iis-and-php#to-download-and-install-php-and-wincache – Lex Li Jan 31 '20 at 23:05
  • Its required for a third part server application. – Mark Gregory Feb 03 '20 at 22:19

1 Answers1

4

Just had to enable Execute in the Feature Settings, no longer disabled.