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
Use a separate AppDomain for each plugin. When you create the AppDomain you can specify a new configuration file.
See http://msdn.microsoft.com/en-us/library/system.appdomainsetup.configurationfile.aspx