How can I get attribute from subsection webconfig C#?
问题 I try to get all attibutes from one subsection, but section have many subsection and the aplication didn't recognize, how can I do? this is my webconfig: <configSections> <section name="Seccion" type="ManejoConfiguracion.SeccionConfig,ManejoConfiguracion"/> </configSections> <Seccion> <BD> <add key="name" value="dbKey" /> <add key="user" value="userBD" /> <add key="pass" value="123BD" /> </BD> <ReportingService> <add key="name" value="Reporting" /> <add key="user" value="userReport" /> <