G
Guest
My team is building an application in VS.NET 2005. To avoid a monolithic app
and spread the development workload, we have a relatively small framework
application that instantiates module assemblies as needed; each "module" is a
relatively independent silo with its own UI, BL, and DAL that shares a common
DB. The DB connection string is an app setting in the app.config. How can I
access the connection string from the assemblies, either by accessing
properties of the exe, or by direct access of the app.config file? What's the
best approach?
Thx in advance.
and spread the development workload, we have a relatively small framework
application that instantiates module assemblies as needed; each "module" is a
relatively independent silo with its own UI, BL, and DAL that shares a common
DB. The DB connection string is an app setting in the app.config. How can I
access the connection string from the assemblies, either by accessing
properties of the exe, or by direct access of the app.config file? What's the
best approach?
Thx in advance.