In my application, I need to address multiple configuration files. This is because different people will supply a configuration file and the application should process the information inside. The layout of each configuration file looks like this:
Is there an easy way to keep track of several .config files and can I read those using the configuration manager? Or should I write a class to read several .xml files with said format?