We have sharepoint site and we are using sharepoint 2007. We want to keep track of all users who are accessing the site and pages of the site. We are checking sharepoin site usage report but we are getting some unexpected results. Is there any alternate solution(or programatically) we can use to find out the users log? Thanks in advance, Rushikesh
|
feedback
|
|
3rd Party Products: DocAve Auditor, Invenio Audit Module & Varonis or you could go the code route and look at the Microsoft Guidelines or just roll your own HTTP Module to trap requests. | |||
|
feedback
|
|
Or roll your own Google Analytics-esque client side script. We made our own, only to keep our stuff inside the firewall. You could parse IIS logs as well, but that kind of data requires some analysis to be accurate (i.e., limiting only to get requests on aspx pages, etc). | |||
|
feedback
|