.Net Tips – using configSource or file attribute to externalize config sections
There’s a little known attribute which was introduced in the .Net framework 2.0 called configSource, which allows you to externalize sections of the configuration file. It works just like the optional file attribute found on the appSettings element: <appSettings file = “relative file name” /> but can be added to any configuration section to specify …
.Net Tips – using configSource or file attribute to externalize config sections Read More »