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.