Perl Script Gets Access Denied Error on IISLast reviewed: October 29, 1997Article ID: Q174789 |
The information in this article applies to:
SYMPTOMSWhen you run a Perl script on a "secure" web page, Internet Information Server (IIS) returns the following error message:
Access Denied.However, the Perl script will work correctly if the page were allowed Anonymous Access.
CAUSEIf the web server has a "secured" section where only authorized users have been granted access, and you set up a Perl script to run in that area, it will fail. The IIS server will first try to access the page as the anonymous user. When the application or page is denied access, it must return a request to the web server for the authorized user information. However, the Perl interpreter does not do this; therefore, the script fails.
RESOLUTIONRun one copy of the Perl interpreter for the Anonymous Access section of the web site and another copy of the Perl interpreter for the Secured Access section of the web site.
MORE INFORMATIONFor further information on Perl please refer to http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Perl/. Keywords : iisscript kbprg kbprb Version : 2.00 3.00 Platform : winnt Hardware : ALPHA x86 Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |