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

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -