I have a Windows service running on my local machine. It's configured to run under NT AUTHORITY\NETWORK SERVICE
. The program access a network shared drive on a computer in the same subnet. That shared directory has "Everyone" set to "Full Control."
I'm getting False
on File.Exists()
, but the file exists. I'm certain this is a permission issue. Am I forgetting anything? The computer with the shared drive is not on a domain.