Is there a way to enter Active Directory credential when targeting a file?
On my company, there are multiple applications writing to a single log file with info like start, success or error. I'd like create a new target on my nlog.config file but the file is remote and requires user and password.
Is that possible in Nlog or should I go with the traditional classes of File and Impersonator?
Thanks, m0dest0.