what is the best way to capture page views per user in asp.net-mvc
问题 what is the best way to capture page views by person without slowing down performance on the site. I see that stackoverflow show page views all over the place. Are they doing an insert into a db everytime i click on a page? In asp.net-mvc, Is there any recommended way to track page view per user (my site has a login screen) so i can review which pages people are going to and how often 回答1: The best way would probably be a global action filter that intercepts requests to all actions on all