I have a C# 2010 desktop application that will be calling a dll. The dll is code that is to be shared between different application. I want to be able to pass database connection values to the app.config file in the dll.
Thus can you show me and/or explain to me how to accomplish this goal?