I have c# that will run in a windows service. I\'m trying to use the Process and ProcessStartInfo classes to run an executable. If the executable is on the local drive, no pro
LocalSystem will only allow access to the local file system. If you want to access a network resource, you will have to run the service as a domain or network user.