AppSettingsReader question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marty McDonald

    #1

    AppSettingsReader question

    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


Working...