I'm trying to use PerlScript in ASP on my Windows 2000 Server / IIS webserver.  After 
running the install selecting PerlScript to be installed, and after rebooting, I am 
not able to use PerlScript in my ASP scripts.

Even a basic page of:

        <%@ Language=PerlScript %>
        <HTML>
        <head><title>Test</title></head>
        <body>
        <p>Hi</p>
        </body>
        </html>

Gives me a HTTP/1.1 500 Server Error, and the nice cryptic:

        /test.asp |-|ASP_0147|500_Server_Error 500

in the IIS log.

Replacing PerlScript with VBScript in the first line above works fine.

Did my ActivePerl not get installed properly?  Do I need to do some configuration on 
IIS first?

Thanks!

Dan Ratzlaff

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

Reply via email to