Wednesday 15 July 2015

logging - Log User Activity on ASP.NET MVC Application -


Is ASP a good strategy to log user activity on the MVC app? (ActionFilters / HTTP modules).

Some more pages and controllers were also used like the end user activity (like "Skake overflow" was seen 23 minutes ago), and pushing forward what buttons or links were clicked

I have ELMAH installed but as far as I know its error logging.

PD: Google Analytics is not an option.

You can try to use an aspect to logging for yourself, this multi- Cast functionality can be useful for something like this, if this is not an option, then a module might be the easiest to implement (assuming you can get the necessary user information at that time in the pipeline) .


No comments:

Post a Comment