Jan 16, 2004 #1 davidrobin Programmer Joined Aug 17, 2000 Messages 50 Location GB I need to run CGI scripts on IIS. How do I configure IIS so they will run? David Visual Basic 6 Ent
Jan 16, 2004 #2 Shift838 IS-IT--Management Joined Jan 27, 2003 Messages 987 Location US First you need to install ActivePerl or Perl. You can download activeperl for free from http://www.activestate.com Once this is done you will have to configure IIS' Mapi to run .pl scripts. This is done in IIS management console. Hint. Only allow Read/Execute of the CGI directory. Upvote 0 Downvote
First you need to install ActivePerl or Perl. You can download activeperl for free from http://www.activestate.com Once this is done you will have to configure IIS' Mapi to run .pl scripts. This is done in IIS management console. Hint. Only allow Read/Execute of the CGI directory.
Jan 17, 2004 Thread starter #3 davidrobin Programmer Joined Aug 17, 2000 Messages 50 Location GB Thanks, that is exactly what I needed. David Visual Basic 6 Ent Upvote 0 Downvote