S
slg
Gurus- I am looking for a code snippet c# 2.0 framework or a sample app
which can help me add/modify values in app.config
custom section.
I have seen so many samples and code snippets but ended up code being
readonly settings.
I want to have a section similar to appsettings with key and value pair as
follows in which i can add /delete/update
values and keys
<customSettings>
<add key="author" value="SmithJ"/>
<add key="article" value="Sections"/>
</customSettings>
TIA
which can help me add/modify values in app.config
custom section.
I have seen so many samples and code snippets but ended up code being
readonly settings.
I want to have a section similar to appsettings with key and value pair as
follows in which i can add /delete/update
values and keys
<customSettings>
<add key="author" value="SmithJ"/>
<add key="article" value="Sections"/>
</customSettings>
TIA