watch out for permissions problems, CF runs under the local system account 
by default, which will not have access to do anything on another machine. 
You'll need to run CF under another account which has the required permissions.


Mark


At 03:32 PM 4/23/2001, you wrote:
>Cold Fusion doesn't know that you have a virtual directory in IIS - that
>only works via HTTP requests (AFAIK). You either have to map the drive, or
>use the full unc path \\server\share\directory\files (though I think
>CFDirectory can have problems with that too)
>
> > I am having an issue with <CFDirectory>.  The issue is that I have all my
> > ..cfm files one server, on the same server I have a virtual directory 
> set up
> > in IIS that links over to files on a different server on the same network.
> > All the files that I want to list using the<cfdirectory> tag is on this
> > other server.  However, it is not a webserver nor does it have Cold Fusion
> > Server.
> >
> > I was wondering if there is anyway to list the contents of  virtual
> > directories and/or  the contents of a directory on another server (on the
> > same network).  Has anyone encountered this issue?  If so, how did you
> > handle it?
> >
> > I appreciate any help you may give
> >
> > Thanks,
> > Brian
> >
> >
> >
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to