Ensure notListedcgisallowed is set to false
The notListedCgisAllowed attribute is a server-level setting that is located in the ApplicationHost.config file in the <isapiCgiRestriction> element of the <system.webServer> section under <security> . This element ensures that malicious users cannot copy unauthorized CGI binaries to the Web server and then run them. It is recommended that notListedCgisAllowed be set to false.
The notListedCgisAllowed attribute is a server-level setting that is located in the ApplicationHost.config file in the <isapiCgiRestriction> element of the <system.webServer> section under <security> . This element ensures that malicious users cannot copy unauthorized CGI binaries to the Web server and then run them. It is recommended that notListedCgisAllowed be set to false:
- Open IIS Manager as Administrator.
- In the Connections pane on the left, select the server to configure.
- In Features View, select ISAPI and CGI Restrictions; in the Actions pane, select .
- In the Actions pane, select .
- In the Edit ISAPI and CGI Restrictions Settings dialog, clear the Allow unspecified CGI modules check box.
- Click .