区分 web.config 很困难,有什么方法可以阻止 IIS 管理器将 Web.config 的格式设置为与 Visual Studio 的格式不同的格式吗?

发布于 2024-11-26 19:07:08 字数 265 浏览 2 评论 0原文

这让我发疯。

Visual Studio 的 Web.config 格式与 IIS 管理器不同,这会妨碍在两个工具中轻松区分不同版本或编辑相同文件。

当 Visual Studio 通过向导编辑 Web.config(如添加引用)或单击“编辑\格式化文档”(Ctrl+K、Ctrl+D)时,Visual Studio 会以一种美观的方式格式化 XML。

不幸的是,如果您更改 IIS 中的值,它会使用不同的样式重新格式化它。

你知道有什么解决方法吗?

this drives me crazy.

Visual Studio does not format Web.config the same way than IIS Manager, which prevent easy diffing of different versions or the same file editing in both tools.

When Visual Studio edits a Web.config thru a wizard (like adding a reference) or when you click on Edit\Format Document (Ctrl+K, Ctrl+D), Visual Studio formats the XML in a beautiful way.

Unfortunately, if you change a value in IIS, it will reformat it with a different style.

Do you know any workaround?

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

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

发布评论

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

评论(1

眼眸里的快感 2024-12-03 19:07:08

无论文件中的 xml 多么丑陋,当您使用 Visual Studio 打开该文件时,按 control k,然后按 control d,它会立即为您格式化 XML。

no matter how ugly the xml is inside a file, when you open the file with visual studio press control k and then control d and it will format the XML for you instantly.

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