Custom cgiip.wsc on a Windows Server 2016 machine

Is there a procedure for enabling ISAPI and CGI Restrictions on a Windows Server 2016 machine? I've found articles that describe setting it up on IIS 3, 4, and 5, but nothing for a more modern machine. Everything I've tried gives me a 404.2 - The page that you are requesting cannot be served because of the ISAPI and CGI list settings on the web server.

Has anyone had any success with this? I'd appreciate any pointers

The .wsc file is called 'order.wsc'

I've tried setting up the following in ISAPI restrictions:

ISAPI or CGI Path:
1. c:\inetpub\wwwroot\[website]\cgi-bin\cgiip.exe %s %s
2. "c:\inetpub\wwwroot\[website]\cgi-bin\cgiip.exe" %s %s
3. c:\inetpub\wwwroot\[website]\cgi-bin\cgiip.exe "%s" %s (IIS rejected this one)
 
Top