In ABC.exe.config (app.config)
<configuration>
<appSettings file="MySettings.config">
<add key="setting1" value="1" />
</appSettings>
<configuration>
Here I use "file" attribute, not "configSource", because I want to define default values. How to save to external config file "MySettings.config"? I must keep "ABC.exe.config" unchanged because it will be overwritten on program upgrade without notice. All global settings must be preserved in "MySettings.config"