Is it possible to have two app.config files where one app.config serves as a container for second (nested) app.config file? I would like to reference specific sections of a nested file from the outer one.
Why I need this is because of source control issue. For detailed description see this
Any other solution for the root problem is greatly appreciated.