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
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