导出用于 ASP.NET MVC 项目的 xcopy 安装的文件

发布于 2024-09-13 12:22:25 字数 134 浏览 4 评论 0原文

我有一个 ASP.NET MVC 项目,我想使用 xcopy (而不是安装程序)将其安装在某个位置。

如何导出/构建到可以直接复制到 IIS 环境的文件夹?我认为在工作中我们使用一个网络部署项目,但那是一个插件,我想知道是否还有其他方法?

I have an ASP.NET MVC project that I'd like to install somewhere using xcopy (as opposed to an installer).

How do I export/build to a folder that I can copy straight to the IIS environment? I think at work we use a web deployment project but that's a plugin and I was wondering if there's another way?

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

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

发布评论

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

评论(1

昨迟人 2024-09-20 12:22:25

如果您使用的是 Visual Studio 2010,则可以在解决方案资源管理器中右键单击该项目,然后选择“发布”。这将允许您通过 FTP 和 FPSE 直接发布到 IIS。

不过,出于您的目的,您可以选择“文件系统”选项并将其指向本地某个位置。该目录中应该包含执行 XCOPY 部署所需的所有内容。

If you're using Visual Studio 2010, you can right-click on the project in Solution Explorer and choose "Publish". This will allow you to publish directly to IIS, via FTP and via FPSE.

For your purposes, though, you can choose the Filesystem option and point it somewhere local. There should be everything you need in that directory to do XCOPY deployment.

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