> -----Original Message-----
> From: Mark Zvolanek [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 4:02 PM
> To: '[EMAIL PROTECTED]'
> Subject: IIS3 vs IIS5 perl CGI config issue
> 
> 
> Hi,
> 
> In NT4 & IIS3 to specify a file I could use the following 
> my $data_file   = "../default.raw";
> 
> Where as in NT2000 & IIS5 I must specify the full path
> my $data_file   = "d:/myweb/default.raw";
> 
> Why the difference?
> What setting can I change on IIS5 to accept relative paths?

In ISM, Home Directory tab, Configuration button, App Options check enable
parent paths.
But this is bad practice see following URL:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;q226474

> Also similarly NT4 & IIS3 could use .pm files which were 
> located in the same
> dir as .pl files,
> whereas in NT2000 & IIS5 .pm files in the same dir as .pl can not be
> accessed by the .pl script, I had to move them (.pm) to c:\perl\lib
> 
> What did I miss when configuring IIS5.
> Could anyone help me with my problem?
> Regards
> Mark Zvolanek
> 
> _______________________________________________
> Perl-Win32-Web mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to