Hello.
I'm working with ASP.NET 2.0 on Windows 2003 with IIS 6.0. I'm attempting to access a shared directory on a remote server (also, Win2k3 server) on the network.
I need to iterate through the files on the shared folder (I use System.IO.DirectoryInfo), create a copy of them and post them to a folder that is a sub-directory of the shared folder.
My application is failing on the read with "Access is denied."
I've added the web server as an allowed user to the share to no avail.
Does anyone have any other suggestions?
Thanks in advance
Jim
I'm working with ASP.NET 2.0 on Windows 2003 with IIS 6.0. I'm attempting to access a shared directory on a remote server (also, Win2k3 server) on the network.
I need to iterate through the files on the shared folder (I use System.IO.DirectoryInfo), create a copy of them and post them to a folder that is a sub-directory of the shared folder.
My application is failing on the read with "Access is denied."
I've added the web server as an allowed user to the share to no avail.
Does anyone have any other suggestions?
Thanks in advance
Jim