Hello experts,

I need to store an array of sets of configuration parameters in my
app.config file. There are a variable number of such sets, each set having
the exact structure. Something like this:

<set1>
   <param1>AAA</param1>
   <param2>111</param2>
</set1>
<set2>
   <param1>BBB</param1>
   <param2>222</param2>
</set2>
<set3>
   <param1>CCC</param1>
   <param2>333</param2>
</set3>

<!-- more sets added here -->

How do I do this in the <appSettings> section of my app.config file?

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to