I am developing an application in C# under Framework 4.0.
In my application I would like to create separate configuration file that is not the app.config file. The c
In the past I've used Nini - http://nini.sourceforge.net/manual.php which allows you to read / write custom configuration files (XML / Ini / Registry / .Config) at runtime.
Hope this helps.