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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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