Hello, good morning everyone
I have a problem and i need so help
How implement monitoring ativity in MVC?
Thanks for now.
Filters for actions/views
http://msdn.microsoft.com/en-us/library/system.web.mvc.actionfilterattribute(v=vs.118).aspx
Hi ZiulLopes,
Thanks for your post.
I agree with ignatandrei,action Filter Attributes are better for this.
There’s a similar thread:
Log User Activity on ASP.NET MVC Application
Hope this can be helpful.
Best Regards,
Eileen
It is all about tracking all URls request by the user.
somewhere in beginrequest handler of application
I recommend Google analytic or new-relic