Executing Perl Scripts Generates 403 Access Forbidden Error

Last reviewed: October 24, 1997
Article ID: Q161559
The information in this article applies to:

- Microsoft Internet Information Server versions 2.0 and 3.0

SYMPTOMS

After you install Perl, the following error message may appear when you execute a Perl script from the Scripts virtual directory:

   HTTP/1.0 403 Access Forbidden (Read Access Denied - This Virtual
   Directory does not allow objects to be read.)

CAUSE

During the installation of Perl, a registry entry is added to the following subkey:

   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3Svc\Parameters
   \Script Map\.pl : Reg_Sz : Path:\PerlIS.Dll

This registry entry specifies that a file with the extension .pl can be executed in a virtual directory and calls the PerlIs.dll interpreter.

WORKAROUND

All Internet Services must be stopped and then restarted after installing Perl for Windows NT. The registry change will not take effect until the services have been restarted.

The third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability. Additional query word: IIS

Keywords          : iisscript kberrmsg
Version           : Windows:2.0,3.0
Platform          : winnt


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 24, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.