I need to access to a shared resource with a windows service using local system user. I have a try with the class UserImpersonation, but it only works in debugging. When I install my service, I can't access to a shared folder.
I have read about this topic, and I would like to know if the only way is to create an user with network credentials and execute the service with this user.