4
Answers

how to track user login asp.net identity

Raymond G

Raymond G

2y
2.3k
1

I have created an ASP.NET web application using MsSQL and Entity Framework 6.4.4 with individual account authentication, the app works fine but I would like to track user last login time/date as well as login count each time the user connects to the web application.

is there a way to do it, so far I din't find a solution in the many search done. thanks for the help

Answers (4)