Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,

How to get the url of all the page visited by the logged in user ,And how to get the changes made by him,Like if he click on view or edited the record ,how to get the information about which record he edit .All how to track the action perform by him

thanks in advance
Posted

Please refer following threads:

Tracking user activity in web applications:Tracking User Activity[^]
ASP.Net User activity tracking in database[^]
 
Share this answer
 
Comments
sjelen 14-May-12 6:59am    
Very interesting articles. +5
Prasad_Kulkarni 14-May-12 7:13am    
Thank You sjelen!
To track visited pages I would use custom HttpModule, so every request would pass through it. Inside the module you can identify the user and log the url he's visiting.

Tracking all the actions user performs can be very complicated. There are many ways to achieve this, depending on what you really need.
 
Share this answer
 
Comments
Yadav Anil 15-May-12 1:21am    
But can u tell me any step that i must follow to get the above detail i am very new this is my first project,i am ok with using control but when some tricky question come i dont know what to do,then i search net i get many option but they are not working

please give me some ref_site name or any code related to this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900