On Tue, 13 Sep 2005, David Landgren wrote: > I have a module that encapsulates the mapping of a drive letter to a > remote share and copying a local file to the remote share. It works > just fine when used from the command line, however, when run from a > CGI within IIS it complains (probably quite rightly) about a specfied > session not existing.
Did you give the IIS user permission to access the network? The default user IUSR_machinename only has permission to access local resources for security reasons. Cheers, -Jan _______________________________________________ Perl-Win32-Web mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
