如何在 Visual Web Developer 2010 Express 的 ASP.Net MVC 2 应用程序中设置预生成事件?
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用 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.