Case
Currently I'm in the process of deploying a WPF-application with log4net logging. In development I had no issues with the RollingFileAppender. However when deployed and started in a Citrix environment, the current user obviously has no permissions to write log files in the application directory.
Questions
- Is it somehow possible to provide credentials to log4net and/or the RollingFileAppender itself to log with a service account?
- If not possible, any ideas for a workaround (except for giving all users permissions on the directory)?
Thanks in advance!