in reply to Re: PerlScript on IIS
in thread PerlScript on IIS

Javascript runs. I haven't tried VBScript. This is what I get
URL: http://e9ew8/PerlScript/ado10.asp
Active Server Pages error 'ASP 0201'
Invalid Default Script Language
The default script language specified for this application is invalid.
The default script language is PerlScript. I set it in IIS for the PerlScript virtual directory.
If I don't set it, I get a different but similar error message.

Replies are listed 'Best First'.
Re^3: PerlScript on IIS
by gellyfish (Monsignor) on Jul 19, 2004 at 15:34 UTC

    This is possibly because PerlScript was not registered as an ActiveScripting provider when you installed Perl - you can check this by opening regedit and looking for a key:

    HKEY_CLASSES_ROOT\CLSID\{F8D77580-0F09-11D0-AA61-3C284E000000}
    This should have have an InProcServer sub-key with a value of c:\perl\bin\perlSE.dll as well as an OLEScript key.

    You could hand edit the registry to put this in - (you will also need to set the correct ImplementedCategories key) - but the easiest way to remedy is to reinstall ActivePerl

    /J\