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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

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

openssl - Load PKCS#8 binary key into Ruby -