I'm sure this goes all the way back to the very basics but I'm curious:
I have a dll that handles entity framework connections to the database. ie my model is in this dll along with a static class to help govern CRUD methods or validations.
My question is: Once I've made a reference to this dll, why must I include the ModelEntites connection string in my consuming application's app.config file when this has already been done within the dll's app.config file?