在 VS 2008 中,如何清除发布版本的 web.config?
我在 web.config 中有我自己的个人信息用于调试构建,现在我需要进行发布构建,如何从 web.config 中删除我自己的信息?
此外,发布版本还删除了 web.config 中的所有注释。我如何包含它们?我向客户提供其中有用的信息。
I have my own personal information in web.config for debug build, now I need to do release build, how do I remove my own information from web.config?
Also, the release build also delete all the comment in web.config. How do I include them? I provide useful information in them to the client.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看这里:
ASP. NET 4.0,第 4 部分:配置转换文件
这篇文章讨论了可以在 VS 2008 中使用的 Web 部署项目。它允许您定义构建后操作来更改您的web.config 文件内容。
Look here:
ASP.NET 4.0, Part 4: Config Transformation Files
The post talks about Web Deployment Projects that can be used in VS 2008. It allows you to define post-build actions to change your web.config files content.