We are having application which load our custom DLLs (these DLLs are implementing some interface) on runtime from the root of the application and execute a method through reflection.
If custom DLL have to read some value from config files then we have to copy these config settings into app.config file of the main application.
Is there any way where each custom DLL will have own configuring file named .config and read its configuration settings from this files itself.