I tried running the service in the ‘Local System’ : didn’t work.
I tried running the service in an account having rights on the network shared folder : didn’t work.
Do I have to create a standalone application for this and launch this application as a user with rights on the network shared folder?
Thanks,
Nic
Both your scenarios should work. The ‘local system’ is the computer account in the active directory that you can give share permissions to. I have no idea why it doesn’t work for you. But here is what you can do.
This should be enough to locate the problem.
Update 1: In response to the comment which I think is wrong (but maybe I am…). The service which the comment refers to ( The one without network access) is called local service account( NT AUTHORITY\LocalService ). It is usually used in the identity of application pools, but can be used in services. It is not the same as local system account.
from msdn: