Hi
I am using LLBL to create a CMS application, and it will be used for more than one customer. So, on my local dev box my database is called 'rsenergy_master' and on the remote server the database will be called (e.g.) customer_database. Great.
However, when I publish my solution I get an error saying:
Invalid object name 'rsenergy_master.dbo.Page'
So LLBL is remembering the name of the database when it is referencing objects. Can I get it to just access dbo.Page or even better, just Page - obviously I need this to be flexible so that I can just change the web.config for the site and have it running. I don't want to have to re-publish a DAL for every project that I do.
Obviously this is a big sticking point for me so any help would be most appreciated.
Darren
P.S. I am using 2.0.0.0 Final and Self Servicing and the General preset.