Click to See Complete Forum and Search --> : CGI on a windows 2000 iis server
snbczunic
01-02-2003, 01:16 PM
I have very little knowledge of cgi scripts and was asked by my boss to find out if cgi scripts which we have in our current website on a unix server, can also run on our new website on a Windows 2000 iis server? Currently our cgi scripts, when you click on them, you get a page displaying all the code.
jeffmott
01-02-2003, 09:00 PM
This depends what scripts you are using. It is very easy to write portable code, however, the majority of Perl/CGI programmers still fail to do so. Check with the author if the scripts are portable. As far as the page displaying the code, this sounds like the server is interpreting it as plain text to be returned rather than a program to be executed. Check with the server administrator if they support CGI programs, and if there is a special directory in which they need to be placed.
dalehend
01-03-2003, 07:04 PM
ActivePerl from activestate.com is the version that runs on IIS.
Check the system settings to see if it is installed.