Writing custom sections into app.config
- by Michael M.
I want to save some custom data into application configuration file and I need to create some custom sections in app.config. Reading custom data from app.config is simple task, but I can't write information from my programm into app.config.
For finding solution of this problem I create test project.
For reading data from custom section app.config I used information from this article:
http://devlicio.us/blogs/derik_whittaker/archive/2006/11/13/app-config-and-custom-configuration-sections.aspx