区分 web.config 很困难,有什么方法可以阻止 IIS 管理器将 Web.config 的格式设置为与 Visual Studio 的格式不同的格式吗?
这让我发疯。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无论文件中的 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.