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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -