I\'ve got a Windows Service that makes use of a plugin system. I\'m using the following code in the plugin base class to provide a separate configuration per DLL (so it\'ll rea
Here's a solution I found to my 2nd question... someone put the work in to read all the data from ServiceModelSectionGroup
and create a ChannelFactory
.
http://weblogs.asp.net/cibrax/archive/2007/10/19/loading-the-wcf-configuration-from-different-files-on-the-client-side.aspx
I'll be using Richard's solution though, as it seems much cleaner.