Ravi Guturu

Ravi Guturu

  • NA
  • 206
  • 0

AppConfig

Feb 28 2006 12:32 AM
if i want to define the following Section in App.config and retrieve the path based on Type and Name

<RuleSets>
    <add Type="SR1Rules" name="SR1" Path="D:\RaviKiran"/>
    <add Type="SR1Rules" name="SR11" Path="D:\RaviKiran"/>
    <add Type="SR2Rules" name="SR2" Path="D:\RaviKiran"/>
</RuleSets>

What is the procedure?