perl script is not running under iis 4.0
perl script is not running under iis 4.0
(OP)
After upgrading from iis3.0 to 4.0 i've got the following message, while executing ANY perl script:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't open perl script "????????????????????????i????gf?g": Invalid argument
What could occure the problem?
Please help.
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't open perl script "????????????????????????i????gf?g": Invalid argument
What could occure the problem?
Please help.
RE: perl script is not running under iis 4.0
that you need to have %s %s after the full path to perl.exe
so that the first %s is replaced by the path to perl and the second is replaced by script parameters.