No, you will not have a conflict because the .dll cannot have its own .config file.
Even if you put the .config file for your library in the same folder, the application is simply not going to extract values from it.
If you want to use some of these values, you can combine them into your web.config.
source
share