如何在 Visual Web Developer 2010 Express 的 ASP.Net MVC 2 应用程序中设置预生成事件?

发布于 2024-11-03 19:11:06 字数 308 浏览 0 评论 0原文

我正在 Visual Web Developer 2010 Express 中开发 ASP.Net MVC 2 应用程序。

我正在研究如何使用构建配置复制正确的 web.config 文件以用于开发和测试环境,并发现 这篇文章。但是,我无法找到如何为我的项目设置预构建事件,这是文章所要求的。

如何设置预构建事件?

I am developing an ASP.Net MVC 2 Application in Visual Web Developer 2010 Express.

I was researching about using the build configuration to copy the right web.config file for development and testing environment and found this article. But, I am not able to find out how to set the pre-build event for my project, which is required according to the article.

How can I set the pre-build event?

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

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

发布评论

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

评论(1

来日方长 2024-11-10 19:11:06

您可以尝试使用 Web.Config 转换

编辑:

您链接的文章的第 5 步解释了如何执行此操作,但缺少 call 命令,请参阅此 问题

有关预构建事件的详细信息,请参阅此 MSDN 文章

Instead of using pre-build events, you could try with Web.Config Transformations.

Edit:

Step 5 of the article you linked explains how to do that, except that call command is missing, see this question.

For more info on pre-build events see this MSDN article.

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