Loading the WCF configuration from different files on the client side
Posted by: Pablo M. Cibraro (aka Cibrax),
on 19 Oct 2007 |
View original | Bookmarked: 0 time(s)
A common problem in WCF that many people face is the impossibility of loading the client configuration from different configuration files. This is a common scenario when the developer wants to deploy some binaries with along with an independent configuration file (Which may be in a resource file also) to avoid modifying the main configuration file. A weeks ago, I described a easy workaround to use the external configuration files through the use of the configSource...