I found a solution for my problem after searching a bit more in the mail
achives,
http://aspn.activestate.com/ASPN/Mail/Message/505798


>  -----Original Message-----
> From:         Mark Zvolanek  
> Sent: Wednesday, 17 July 2002 16:02
> 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?
> 
> 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

Reply via email to