Read custom configuration file in C# (Framework 4.0)

前端 未结 5 1703
执念已碎
执念已碎 2020-12-02 20:14

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

5条回答
  •  無奈伤痛
    2020-12-02 20:45

    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.

提交回复
热议问题