.net 框架的 SP/修补程序会重置 machine.config 吗?

发布于 2024-10-19 22:51:39 字数 56 浏览 2 评论 0原文

如果我对 machine.config 进行了更改,这些更改是否会在 .net 框架更新后被清除?

If I've made changes to my machine.config, will those changes be wiped-out upon an update to the .net framework?

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

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

发布评论

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

评论(1

攒眉千度 2024-10-26 22:51:39

您必须记住,每个 .NET Framework 版本都位于其自己的文件夹中,每个版本都有自己的 machine.config

如果应用程序请求更高版本的 .NET,并且该文件夹具有 machine.config 文件,则先前版本的 machine.config 将被忽略。

顺便说一句,我不认为这是一件坏事,您无法知道当前的配置文件是否适用于该框架的所有未来版本。当您使用较新版本测试应用程序时,您可以调整配置文件,然后将其发布为正确的 .NET 版本(或者根本不升级到较新的 .NET FW 版本,由您选择)。

You have to keep in mind that each .NET Framework version is in it's own folder, each with their own machine.config.

If an application requests a higher version of .NET and that folder has a machine.config file, your machine.config from the previous version is ignored.

I don't see this as a bad thing by the way, you have no way of knowing if your current config file will work with all future versions of the framework. As you test your app with the newer version, you can tweak the config file and then release it for the proper .NET version (or not upgrade to the newer .NET FW version at all, your choice).

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