c# - windows service doesn't write files remote server via vpn connection -
i'm writing windows service must write log files in remote server, part of network via secure vpn connection (p2p), can write log files in directory (like "\10.10.10.10\mylogfolder\log.txt") via console application, use test business classes.
via console app, works correctly when try inject business class service, doesn't work...
i believe it's installation/privilege issue, i've put winservice install using localsystem privileges didn't work well.
can me?
thanks in advance!
localsystem limited account network access.
you'll need set service account has required privileges on remote machine.
Comments
Post a Comment