Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里有个疑问。
.net 应用程序配置文件中的外部修改/更新 - app.config, web.config - 是否适用于运行时?或者应用程序需要重新启动。?
这适用于这些配置文件中的部分吗?
感谢 123 开发者
是的,当您不处于调试模式时,对配置文件的更改会在运行时反映出来。因此,不需要重新启动。