G
Guest
I am trying to use the File.Exists method on image files that are located in
a virtual directory on a UNC share from IIS6. The UNC share is located on a
Windows 2000 Server machine.
I can view the files just file over HTTP on the IIS server. However, when I
use File.Exists it always returns False. Of course I am using server.mappath
with File.Exists.
I am pretty sure this is a permissions issue but I'm not sure where to
start. This seems like a pretty common scenario so I imagine there should be
a quick solution.
a virtual directory on a UNC share from IIS6. The UNC share is located on a
Windows 2000 Server machine.
I can view the files just file over HTTP on the IIS server. However, when I
use File.Exists it always returns False. Of course I am using server.mappath
with File.Exists.
I am pretty sure this is a permissions issue but I'm not sure where to
start. This seems like a pretty common scenario so I imagine there should be
a quick solution.