Read external configuration file other than app.config [closed]

1

what I try to do is read an app.config file, but as required it has to have another name call badar.config and not be in the same project but say on the disk "D" in the same root. I have already googled and I have not found a clear answer to this requirement. Thanks in advance.

    
asked by Julio Mejia 02.01.2018 в 23:48
source

1 answer

0

You can use the SectionInformation.ConfigSource property to do it by code, this is a good library link

    
answered by 03.01.2018 в 08:01