在 VS 2008 中,如何清除发布版本的 web.config?

发布于 2025-01-08 06:17:10 字数 136 浏览 0 评论 0原文

我在 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 技术交流群。

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

发布评论

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

评论(1

旧城空念 2025-01-15 06:17:10

看这里:

ASP. NET 4.0,第 4 部分:配置转换文件

这篇文章讨论了可以在 VS 2008 中使用的 Web 部署项目。它允许您定义构建后操作来更改您的web.config 文件内容。

VS2008 的带外版本,可供下载
2008 年 1 月,Web 部署项目 (WDP) 提供了一个可配置的
VS2008 中针对 Web 开发人员的构建后步骤。

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.

An out-of-band release for VS2008 that appeared for download in
January 2008, a Web Deployment Project (WDP) provides a configurable
post-build step in VS2008 for web developers.

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