Looking for more examples of custom config sections in .NET v2.0

As the title suggests, I'm looking for some more detailed articles on how to programmatically mess with a custom configuration section in v2.0. I already get how to derive from ConfigurationSection to make various attributes in the section's opening tag, but it's not clear to me if there's an easy way to put elements inside that section (like add, remove, vegetarian, naughtyWords, etc.).

Can anyone point me in the right direction? Unfortunately the current docs still don't have a code sample.

1 Comment

  • (DOH -- note the http URI (not ftp)).



    Oh man, I'm working on an article on this, but I've been busy and in beta 2 the APIs are changing (yet again). I have a half-baked demo here (note it's built with the Nov CTP):



    http://staff.develop.com/ballen/samples/ConfigHandler_v2.zip



    HTH



    -Brock

Comments have been disabled for this content.