S
sxzy
File.Exists(@"\\\SERVER1\\Apps\test.txt");
returns true
File.Exists(@"\\\SERVER2\\Apps\test.txt");
returns System.SystemException: "Access to the path is denied." error
SERVER2 has 'Everyone' with full control inherited from the root. It's
some sort of authentication error.
returns true
File.Exists(@"\\\SERVER2\\Apps\test.txt");
returns System.SystemException: "Access to the path is denied." error
SERVER2 has 'Everyone' with full control inherited from the root. It's
some sort of authentication error.