Hi,
In our web application we are tracking the user information by writing the User ID, Time Stamp into database. User ID is being derived from Request.ServerVariables("LOGON_USER"
We also have few links on ASP page. These links are word, excel documents residing on virtual directory. We need to track which user is viewing which link. I was wondering what could be the best method to implement tracking of links. I really appreciate any ideas/suggestions.
Thanks