Click here to Skip to main content
15,894,740 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All,

I have Developed Windows Services Application that can copy data from network drive but getting error access denied to access in my log file and unable to copy the data.

Pls help
Posted
Comments
[no name] 26-Nov-14 23:29pm    
Does that folder where the files are located have admin rights ? Check if it is read only. Remove Readonly from it and give admin rights and check

1 solution

What does the service use as logon account? The Local Service account access network resources as a null session without credentials. Perhaps you should try using Network Service account?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900