S
Shrinivas
Hi,
Let us say my web.config is keep growing and I want to break the data
logically and still use web.config methods to retrieve the data.
e.g.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="Group Name">
<section name="Section name"> </section>
</sectionGroup>
</configSections>
<system.web>
</system.web>
</configuration>
Is it possible to keep the <sectionGroup name="Group Name"> or
<section name="Section name"> in seperate file?
Thanks In advance,
~SJ
Let us say my web.config is keep growing and I want to break the data
logically and still use web.config methods to retrieve the data.
e.g.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="Group Name">
<section name="Section name"> </section>
</sectionGroup>
</configSections>
<system.web>
</system.web>
</configuration>
Is it possible to keep the <sectionGroup name="Group Name"> or
<section name="Section name"> in seperate file?
Thanks In advance,
~SJ