如何使 sharepoint webpart 部署更快?
我正在使用 Windows Server 2003 操作系统。我已经在 VS2010 中为 SharePoint 2007 构建了 SharePoint Web 部件。每次从 WSP 项目进行部署时,都需要几分钟的时间才能将其部署到 SharePoint 网站。这是相当烦人的,因为每次更改 Web 部件代码时都需要花费大量时间来部署。对于开发和测试目的来说变得非常困难。任何人都可以建议是否有任何方法可以使部署更快?
谢谢
I am using Windows server 2003 OS.I have built SharePoint webparts in VS2010 for SharePoint 2007.Each time I deploy from the WSP project it takes few minutes to deploy it to the SharePoint site. This is considerably annoying since each time when the webpart code is changes it will take lot of time to deploy. It become very hard for the development and testing purpose.Can anyone suggest if there is any way to make the deployment faster?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请考虑将 Web 部件部署到垃圾箱您的开发流程(使用构建后 xcopy 或类似的东西)。它会大大加快你的速度。您仍然需要测试您的 WSP 部署。
Consider deploying your web part to the bin during your dev process (using a post build xcopy or something similar). It'll speed you up massively. You'll still need to test your WSP deployment.