Is there a recommended logging path/folder for ASP.NEt applications?

Posted by the-locster on Stack Overflow See other posts from Stack Overflow or by the-locster
Published on 2010-05-25T13:46:18Z Indexed on 2010/05/25 13:51 UTC
Read the original article Hit count: 236

Filed under:
|

Currently we use log4net and create a new folder (usually below C:) with write and create access rights for the worker process user. Is there perhaps a standard windows folder we should or could be using such as LOCALAPPDATA? I'm guessing that LOCALAPPDATA is a bad choice in the general case because IIS users tend to be non-interactive users and thus I don't think they have the usual user folder structrues available.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about logging