A process running as a non-administrator user does not have rights to write to the program files folder. What is the best way to configure log4net to write to a location that a non-administrator user has rights to?
Ideally there would be:
- A single configuration file or configuration from code would work for all versions of MS Windows supported by .NET.
- Support for MS Windows services
- Support for log4net version 1.2.0.30714 (we have to use this version)
Related questions: