¡@

Home 

c# Programming Glossary: customsettings

How to enable configSource attribute for Custom Configuration Section in .NET?

http://stackoverflow.com/questions/398607/how-to-enable-configsource-attribute-for-custom-configuration-section-in-net

for my custom section. configSections ... section name CustomSettings type Fully.Qualified.TypeName.CustomSettings AssemblyName configSections.. section name CustomSettings type Fully.Qualified.TypeName.CustomSettings AssemblyName configSections this works CustomSettings attrib1.. AssemblyName configSections this works CustomSettings attrib1 val1 attrib2 val2 ... however... this does not work..