如何清除 SharePoint 使用日志和/或 Web 分析日志?我尝试删除在 {SharePoint Hive}\Logs 中找到的 *.usage 文件,并删除 Usage Service Application 以及 Web Analytics Service Application?
我之所以这样,是因为我有一个 Web 部件来确定访问量最大的网站。在我的代码中,我使用
SPWeb.GetUsageData(SPUsageReportType.url, SPUsagePeriodType.lastMonth)
方法,它总是返回相同的数据。我想重置它返回的值。