摘要: 解决方案打包是由Sharepoint 2007引进的,然而SP 2007只允许你部署方案在farm这种级别上。 SP2010 可以基于farm级别上,也可以是基于沙盒方案,以一个单独的站点去部署。 阅读全文
posted @ 2011-10-09 17:26 Butland 阅读(145) 评论(0) 推荐(0)
摘要: 默认的Dashboard是关闭的。可以通过以下方式 using System; using Microsoft.SharePoint; using Microsoft.SharePoint.Administration; namespace EnableDeveloperDashboard { class Program { static voi... 阅读全文
posted @ 2011-10-09 17:13 Butland 阅读(313) 评论(1) 推荐(0)