J
Jill Graham
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="emagiCdotNet">
<section name="filePaths"
type="myProject.ConfigurationHandler,myProject" />
<section name="administration"
type="myProject.ConfigurationHandler,myProject" />
<section name="databases"
type="myProject.ConfigurationHandler,myProject" />
<section name="mssql" type="myProject.ConfigurationHandler,myProject" />
<section name="msaccess" type="myProject.ConfigurationHandler,myProject"
/>
</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="emagiCdotNet">
<section name="filePaths"
type="myProject.ConfigurationHandler,myProject" />
<section name="administration"
type="myProject.ConfigurationHandler,myProject" />
<section name="databases"
type="myProject.ConfigurationHandler,myProject" />
<section name="mssql" type="myProject.ConfigurationHandler,myProject" />
<section name="msaccess" type="myProject.ConfigurationHandler,myProject"
/>
</sectionGroup>
</configSections>
I need a list of all section names : filePaths, administration, databases,
mssql, msaccess
Thanks