Say I have 2 projects, where project A references project B. Project A is a web application project and project B is a class library.
The class library has an app.confi
At runtime, your project B will use the settings of your web application project (the host). So you would have to recopy your settings in the web.config file.