how to store all the user activities from login to logout in asp.net mvc with out using database?
please kindly let me know if anyone knows
how to store all the user activities from login to logout in asp.net mvc with out using database?
please kindly let me know if anyone knows
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Nov 8, 2022, 6:18 AM
https://codinginfinite.com/user-activity-logging-asp-net-core-mvc-application/
https://weblogs.asp.net/shijuvarghese/user-activity-logging-in-asp-net-mvc-app-using-action-filter-and-log4net
Amit MohantyPosted Nov 8, 2022, 6:17 AM
You can use NLog to logging in asp.net mvc.
Check the below article to use NLog.
https://www.c-sharpcorner.com/blogs/sample-logging-using-nlog
https://github.com/NLog/NLog.Web/tree/master/examples