I have a B.dll
, I want to create APP_A
and reference B.dll
.
B.dll
contains XXEntities
. If the APP_A
needs to use B.dll
, the app.config
must add a connection string named XXEntities
.
I want to hide the connection strings in app.config
.
Attention : B.dll can't be changed