sharepoint - Accessing files across a shared directory using a Windows service -
i trying access files on shared directory (sharepoint): \\sitename\sites\path_to_doc\doc.csv
so have custom application looks @ files on shared drive , when launch application going folder it's installed - c:\myapp.exe,
the application can access them. when corresponding service launched services.msc same user launched executable in previous step, doesn't find files on shared directory.
i guess, question is:
what general differences launching application interactively double clicking versus launching executable using service , of respect windows permissions , remote shared folders?
Comments
Post a Comment