Custom section handlers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jill Graham

    #1

    Custom section handlers

    Hi,

    I need a list of all the section names within a given sectionGroup defined
    in the web.config file.
    Is there a way to get this list using vb.net code ?

    Example :

    <configSections >
    <sectionGroup name="emagiCdot Net">
    <section name="filePaths "
    type="myProject .ConfigurationH andler,myProjec t" />
    <section name="administr ation"
    type="myProject .ConfigurationH andler,myProjec t" />
    <section name="databases "
    type="myProject .ConfigurationH andler,myProjec t" />
    <section name="mssql" type="myProject .ConfigurationH andler,myProjec t" />
    <section name="msaccess" type="myProject .ConfigurationH andler,myProjec t"
    />
    </sectionGroup>
    </configSections>

    I need a list of all section names : filePaths, administration, databases,
    mssql, msaccess

    Thanks



Working...