This is about Seperate Database Architecture for a WebApp.
In my Test Project, I have a Database name "DATA1000" and generated code based on this database.
When I have new account signedup, I will create a new database "DATA1001" and so on.
With above setup, I changed the Connectionstring's catalog name from "DATA1000" to "DATA1001" to switch to the new database.
But, when I run the app, it is still looking for DATA1000...
Am I missing something? How do I solve this problem?
Thanks.