c# - How to log user operations for a asp.net application? -
how can log user operations asp.net application. further approach saving log data ? kindly guide.
i recommend use logging framework log4net or nlog. these frameworks allow log many destinations , more importantly allow make decision after finished application i.e. can configure log messages written.
personally log database in case of web applications.
Comments
Post a Comment