in reply to Re^2: Error trying to Run Perl script on IIS Server 8.5
in thread Error trying to Run Perl script on IIS Server 8.5

perlron:Things must have gotten easier now with IIS and CGI im thinking , after all these years. ?
ahha hahhaha... sorry i could not resist..

Beside my personl belief (ie Things are getting Worst..) we I can suspect that microsoft does not love so much Perl applications despite many efforts of the Perl community. we have strawberry Perl.

That said it must be a way to make CGIs running on IIS 8.5.. But as i experienced you run on your own.

L*
There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

Replies are listed 'Best First'.
Re^4: Error trying to Run Perl script on IIS Server 8.5
by BasilG (Initiate) on Dec 04, 2017 at 12:54 UTC
    Problem Solved after days of resetting and trying different options. here it is. On Module Handler add / Just change parameters from "%s" %s to %s %s (wPerl.exe %s %s) will work like a charm IIS 8.5 could be a real chalenge
Re^4: Error trying to Run Perl script on IIS Server 8.5
by perlron (Pilgrim) on Oct 29, 2014 at 13:28 UTC
    thanks Disciplus for answering me