I have a small problem with DefaultValue for ConfigurationProperty. Here is the part of my XML config :
Suppose I have the following <httpErrors> collection in a web.config: <httpErrors> </httpErrors>
I have (hopefully) setup ConfigurationElementCollection of my own design with emails as keys. Now what? Hard to find actually on the web. How do I:
I have a console application that is trying to load a CustomConfigurationSection from a web.config file.