I have (hopefully) setup ConfigurationElementCollection of my own design with emails as keys. Now what? Hard to find actually on …
c# system.configuration configurationelementSuppose I have the following <httpErrors> collection in a web.config: <httpErrors> </httpErrors> Yep, …
.net iis-7 servermanager configurationelementI'm writing a WCF service and want to expose some custom configuration elements (e.g. Custom ConfigurationSection and ConnectionStringSettings) so …
wcf serialization datacontract datamember configurationelementIs there a way to set multiple enum values in a configuration section? Like you do in .net object.Filter = …
c# .net configuration configurationsection configurationelementHow can I get and use an attribute set in the parent ConfigurationSection in the descendent CustomSetting element? I need …
.net configuration app-config configurationsection configurationelement