您可以使用哪些技术来为 vs2008 解决方案构建 Web 部署包?

发布于 2024-09-16 09:27:16 字数 249 浏览 8 评论 0原文

我的网站是基于 ASP.NET、.NET 3.5 框架构建的。由于各种原因,我无法将我的项目转移到vs2010。因此,我无法使用 vs2010 支持的“构建部署包”目标。

有谁知道如何使用 vs2008 安装构建 Web 部署包(可以通过 Web 部署导入到 IIS 7 的 zip 存档)(更喜欢在这里使用 msbuild,我不需要 vs2008 集成)。

FWIW,我试图避免将其发布到临时服务器以导出网站。但是,如果这是唯一的选择,那就这样吧。

My website is built on an ASP.NET, .NET 3.5 framework. For various reasons, I'm not in a position to move my project to vs2010. As a result, I cannot make use of the "Build deployment package" targets that vs2010 supports.

Does anyone know of a way to build a web deployment package (the zip archive that can be imported into IIS 7 via web deploy) with a vs2008 installation (prefer to use msbuild here and I don't require vs2008 integration).

FWIW, I'm trying to avoid publishing it to a temporary server for the purpose of exporting the website. However, if that's the only option, then so be it.

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

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

发布评论

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

评论(2

云朵有点甜 2024-09-23 09:27:16

您可以从命令行使用 msdeploy 并从构建过程中触发它: http: //blog.torresdal.net/2010/08/16/NoClickWebDeploymentPart2WebDeployAkaMsdeploy.aspx

You can use msdeploy from the command line and trigger it from your build process: http://blog.torresdal.net/2010/08/16/NoClickWebDeploymentPart2WebDeployAkaMsdeploy.aspx

提笔书几行 2024-09-23 09:27:16

我已经开始在这里整理一系列有关 Web 部署的教程 - 希望它们能有所帮助:http://bilalaslam.com/

I've started putting together a series of tutorials about Web Deploy here - hope they help: http://bilalaslam.com/

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