如何在sharepoint 2010中将自定义webpart从一台服务器部署到另一台服务器

时间:2011-09-01 13:31:30

标签: sharepoint-2010 web-parts

关于如何将自定义webpart从一个SharePoint 2010 Server部署到另一个SharePoint 2010 Server,我找不到任何答案。

我在SharePoint 2010中开发了一个自定义webpart的服务器场解决方案,我想将我的webpart转移到另一个环境。

任何人都可以一步一步地给我如何部署吗?

感谢。

PS:VS2010,SP2010

2 个答案:

答案 0 :(得分:2)

Add-SPSolution fullpathtoWSP
Install-SPSolution –Identity NameOfWSP –WebApplication http://WebAppurl -GACDeployment

(give it time to deploy across the farm - you can check this status in Central Admin)

Enable-SPFeature -Identity "FeatureName" -Url http://SiteOrWebUrlForFeature

答案 1 :(得分:0)