I need a path I could specify in log4net file appender so that the log files would go there. However, aspnet or whatever account does not have write privileges to %APPDATA% folder. Is there any place I can write to without asking customer admins to give extra access privileges? Path.GetTempFile() is probably not a good idea. I need some defined place I could tell users to look in, and where web application could also read from. Any other thoughts on how to achieve what I need?
I would like to emphasize: the whole point is NOT TO ASK CUSTOMERS ANYTHING!