Posted on: 4/8/2015 4:42:54 AM | Views : 625

Hello,
I have a website on a load balancer that can potentially go to one of two servers.  Part of the functionality allows for the uploading of files to the server and the deletion of those files if need be.  A share has been created to help facilitate the uploading of files to the two different servers.  Courtesy of a domain account and the appropriate permissions, I'm able to upload the files to both servers without issue.  The file deletion portion is proving more difficult.  I am able to use File.Delete to delete the file from the server the load balancer happened to send you to, but for whatever reason, the file isn't deleting from the second server.  Has anyone had experience in getting the File.Delete function to work across more than one server?
Thanks!

Go to the complete details ...