We've created our own configuration handler. Some of our existing apps
currently have...
AppSettingsRead er MyConfigRdr = new AppSettingsRead er();
string strConfigValue = ((string)(MyCon figRdr.GetValue (WhatValue,
typeof(string)) ));
My issue is this... I'd like to redirect the AppSettingsRead er to use our
own custom section by using <configSections >. Is that possible, or is the
AppSettingsRead er bound tightly to the <appSettings> node? I'm trying to do
this without having to recompile the code.
Thanks! --Marty
currently have...
AppSettingsRead er MyConfigRdr = new AppSettingsRead er();
string strConfigValue = ((string)(MyCon figRdr.GetValue (WhatValue,
typeof(string)) ));
My issue is this... I'd like to redirect the AppSettingsRead er to use our
own custom section by using <configSections >. Is that possible, or is the
AppSettingsRead er bound tightly to the <appSettings> node? I'm trying to do
this without having to recompile the code.
Thanks! --Marty