Type class in config file ???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • serge calderara

    Type class in config file ???

    Dear all,

    How to know which class to use to collect config file
    information?

    NameValueSectio nHandler or SingleTagSectio nHandler and
    others

    thanks for your reply
    regards
  • Richard Grimes [MVP]

    #2
    Re: Type class in config file ???

    serge calderara wrote:[color=blue]
    > Dear all,
    >
    > How to know which class to use to collect config file
    > information?
    >
    > NameValueSectio nHandler or SingleTagSectio nHandler and
    > others
    >
    > thanks for your reply
    > regards[/color]

    Hi,

    For the standard config file schema these values are stored in the
    machine.config. Look for the <configSections > node and the <section> node
    for the items that you are interested in. The type attribute lists the
    object type that will be returned from ConfigurationSe ttings.GetConfi g().

    Richard
    --
    my email evpuneqt@zicf.b et is encrypted with ROT13 (www.rot13.org)


    Comment

    Working...