I am working with a .Net(VB.Net) project. I need to keep track of the pages that my users keep visiting. For example i have some users say
Userid Username
1 Pravin
2 James
3 Daniel
I have some pages in my project say
Page1.aspx,
Page2.apsx
Page3.aspx..
like this..
I want to keep track which user accessed which page with the number of times visited each day and save it in a table of sqlserver.
Please help me out in this context..