in reply to PerlScript on IIS

Maybe PerlScript could help you... If not, do VBScript-ASP's run?

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

Replies are listed 'Best First'.
Re^2: PerlScript on IIS
by Sue (Initiate) on Jul 19, 2004 at 15:12 UTC
    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.

      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\