access web.config from another dll

  • Thread starter Thread starter Tem
  • Start date Start date
T

Tem

my DAL is in a separate dll/project than the website project.

how would I go about accessing/referencing a connectstring in the web.config
file in the website project ?

so I don't have to hard code the connect string in the code file of the DAL
dll.

Tem
 
Back
Top