C#: Read and modify settings in another application's app.config file
I have a number of applications running which communicate with each other but none of these applications have their own user interface. I have a system console application which acts as a user interface for the system (i.e. the set of applications which all talk to each other). I would like to be able to use the system console to read and modify the configuration of each of the non-gui apps. Each app has an app.config file created using the Visual Studio Settings GUI. The settings are all in application scope, which results in an app.config file which looks a bit like this: <?xml version="1.0"