Nancy Ford wrote:

> I'm trying to run my first Perl script on a WinNT server. I get a logon box.
> If I enter my username and password, it lets me in. If I cancel out or enter
> the username and password of someone who is not in the Administrator's
> group, I get the following error.

Is this CGI?  If so, then you need to configure IIS for the directory you have your 
script in.  The ActiveState Perl help has instructions for configuration.  Basically, 
you have to tell IIS to process .pl and .cgi files with the perl exe:
C:\Perl\bin\perl5.8.0 %s %s
Those "%s"s on the command line are very important.  They tell the web server to offer 
any parameters-- the script name and the query string, to the perl interpreter.

Joseph



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to