asp.net - c# custom configuration section list collection -
we implementing external custom config section mentioned through web.config.
c# sample code : configurationmanager.getsection("config2) config2section.
config file template : collection of list
<config1> <config2 key="type1"> <add type="" username="" password=""> <add type="" username="" password=""> </config2> <config2 key="type2"> <add type="" username="" password=""> <add type="" username="" password=""> </config2> <config2 key="type3"> <add type="" username="" password=""> <add type="" username="" password=""> </config2> </config1> i looking config1section file template. please share if have reference well
any appreicated!!!!
Comments
Post a Comment