WSS部署

发布于 2024-07-27 01:53:30 字数 51 浏览 3 评论 0原文

将高度自定义的 SharePoint 解决方案从测试环境部署到生产环境的最佳方法是什么?

What is the best way to deploy a heavily customized SharePoint solution from test environment into production?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

┈┾☆殇 2024-08-03 01:53:30

正确的 SharePoint 开发使用解决方案包 (WSP) 和功能。 对于前者,我建议使用 WSPBuilderSTSDev. 后者在 XML (架构) 中定义,并带有关联文件,所有通过解决方案包部署。

Proper SharePoint development uses solution packages (WSP) and features. For the former, I recommend using WSPBuilder or STSDev. The latter are defined in XML (schema) with associated files, all deployed through solution packages.

鹿! 2024-08-03 01:53:30

这取决于你的“解决方案”是什么? 代码还是定制?

如果您想移动内容,请查看 SPDeploymentWizard

它对我来说非常有效。

It depends on what your 'solution' is? Code or customisations?

If you want to move content, have a look at SPDeploymentWizard

It works miracles for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文