just a very simple question. I want to monitor user activity in my web app.Is that any way to trace what user has been click in certain webpage?For example user click button1 in default1.aspx . A log file will be create and log that user has been create button1 in default.aspx
Is it possible to make it?