当我“开始调试”时是否应用了 web.config 转换?在视觉工作室中?

发布于 2024-11-07 04:25:20 字数 445 浏览 0 评论 0原文

可能的重复:
如何我在内置的 Visual Studio 调试器服务器中使用 Web.debug.config?

我向 Web 应用程序项目添加了调试/发布 web.config 转换文件。

虽然它在我构建部署包时工作,但当我只是“开始调试”(绿色播放按钮)时它不会应用。这是预期的行为还是应该应用转换?在开发过程中在不同配置之间切换的最佳实践是什么?

如何快速测试 web.config 转换是否有效以及生成的 web.config 文件是什么?

Possible Duplicate:
How can I use Web.debug.config in the built-in visual studio debugger server?

I added a Debug/Release web.config transformation file to a web application project.

While its working when I build a deployment package it is not applied when I simply "start debugging" (green play button). Is this the expected behaviour or should the transformations be applied? What are best practices to switch between different configurations in development?

How can I raplidly test if a web.config transformation works and whats the resulting web.config file?

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

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

发布评论

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

评论(1

一梦浮鱼 2024-11-14 04:25:20

不;仅当您构建部署包时 - 并且它们根本不应用于项目中的文件 - 因此它们不会出现在项目、调试或其他情况下 - 无需执行某些自定义步骤来获取转换后的 web.config< /code> 搬家了。

No; only when you build the deployment package - and they are not applied to the files in your project at all - so they are not present from the project, debugging or otherwise - without some custom step to get the transformed web.config moved.

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