Answer- parser on IIS
Dean 23.12.2018 04:18
HI,
I initially had pains with this also. I have it running for development purposes on localhost, but still needs some tweaking.
Here are the steps I took;
-Install Parser3 via .exe file
-In Windows Features On/Off window, turn on 'CGI,ISAPI EXTENSIONS, ISAPI Filters' under IIS > Application Development Features.
-In IIS Management with "features view" tab selected, server highlighted in treeview, double click into 'ISAPI and CGI Restrictions' and allow parser .dll.
-In IIS Management with "features view" tab selected, website highlighted in treeview, double click into 'Handler Mappings' and under the "Actions" header, select 'Add Module Mapping' and enter;
*.html
IsapiModule
(path\to\parser\.dll)
Parser
If "*.html" does not work, try a wildcard "*".
All my scripts are placed inside C:\inetpub\wwwroot
Hope this helps.