I have 2 separate, unlike databases. Each has an entirely different schema. I have generated 2 separate Data layers using LLBLGEN 2.6 self-service template. I have always used Main.connectionstring in the web.config but how do I do this for 2 separate datalayers?
For each LLBLGen project, go to** Project -> Properties**, then change the **ConnectionStringKeyName **to a different name, (for instance DB1.ConnectionString and DB2.ConnectionString). Then regenerate code for both projects.