I am using the adaptor senario and I have a Main.ConnectionString connected to 'DB1' database for my development environment.
I changed the database name to 'DB2' in web.config file. I have not recompiled my LLBLGenPro generated code since both the 'DB1' and 'DB2' are having the same schema. However I noticed that while executing, LLBLGenPro is still connecting to the 'DB1' database and not to the updated 'DB2' which it is supposed to do.
Please let me know any other changes that I need to do.
Thanks,
Sitaram