Writing custom sections into app.config

Posted by Michael M. on Stack Overflow See other posts from Stack Overflow or by Michael M.
Published on 2010-03-23T17:20:20Z Indexed on 2010/03/23 17:23 UTC
Read the original article Hit count: 628

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET