Frequently I need to create a .Net class library that requires an app.config for things such as database connection strings. However, these settings must be in the calling a
Create your class library in a different solution. If you keep them in the same solution, the app.config at the highest hierarchy will get read instead.