On Mon, 11 Aug 2003 15:17:47 -0700, "Paul O'Russa"
<[EMAIL PROTECTED]> wrote:

>Has anyone had any luck getting ActiveState Perl 5.6 build 635
>or 5.8 build 806 working with Windows Server 2003 and IIS6?
>I've tried installing both (not at the same time, but separately)
>with no luck.  Using this code-less .asp page:

You need to explicitly allow the .pl and .plx extensions for use by IIS
(or allow "all unknown extensions", which isn't recommended).  See e.g.:

    http://www.imbored.biz/perl/

The next release of the ActivePerl installer will add entries for Perl
CGI and Perl ISAPI automatically, but they will still be prohibited by
default (in the spirit of 2003: Everything is locked down unless
explicitly enabled).

Cheers,
-Jan

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to