Search code examples
asp.netasp.net-mvc-4simplemembership

Online Users on ASP.NET Application


Saw so many articles and links related to the same concept.

Counting online users using asp.net

Is there any ASP.NET application to monitor online user and page view log report?

Mine is little different. My application is MVC4 and using SimpleMembershipProvider. I am not sure why GetNumberOfUsersOnline is not working.

https://msdn.microsoft.com/en-us/library/system.web.security.membership.getnumberofusersonline(v=vs.110).aspx

Any Ideas ? How to do this in a easy and efficient way. I am just using this in only one place in my website.


Solution

  • Another nice solution that is pleasantly orthogonal to your code is Google Analytics. http://www.google.com/analytics/ Using GA, you can see a real-time display of active users on your website. It also helps that you have a history over time and can see peaks and valleys of user activity.