Machine.config and data application block
Hi,
My application is currently using the Microsoft Data Application Block to handle all data access issues (connection string and sqlhelper class). However, the production machine has its own Machine.config file where the database connection string is stored. My app has to use the connection string from machine.config. I was wondering if anyone can tell me how to use the connection string from machine.config file from Data application block?
Thank you
|