المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Network permission for Windows service



C# Programming
12-29-2009, 01:50 PM
Hi All,

I have a Windows service that suppose to write in a file in a shared network drive.
Bud im getting this error:

System.UnauthorizedAccessException: Access to the path '\\Pc001\test\test.txt' is denied.

How can i fix this ?

Thanks