When I run my application locally it writes my log4net log to the location I’ve configured (i.e., <file value='${LOCALAPPDATA}\TEST\Logs\debug.log' />) without a problem. However, when I deploy my application via ClickOnce, the log file is not being written.
I know ClickOnce applications are limited in terms of where they can write to, but I was under the impression that LOCALAPPDATA (e.g., C:\Users\me\AppData\Local) was fair game.
Any ideas?
Isolated Storage.