Hello all
I have been using LLBL for a while now and have built quite a nice CMS for my customers using this as my data access layer.
I now want to connect to a separate database with another LLBL DAL, but I don't want to have to re-compile my main DAL to do this... and both the instances will have their own connection string and live in their own namespace.
Is there any way to do this and in effect have:
Main.ConnectionString
Second.ConnectionString
In my web.config?
Thanks all in advance
Darren