We have a WPF application that logs exceptions (currently to a file) using Enterprise Library.
We are now planning to distribute this application using click once. If I have understood it correctly a click once application has limited access to the local harddisk.
So question is which location can Entlib write log entries to? Is there any special configuration required?