The application I have developed now needs to connect to another database. My own database is created with migrations, but I also need to create a model that correlates to this other table in another database.
Is this possible or not. Do I have to create another Data Context class that defines the table in the other database for this other connection as well?
I'd appreciate if someone can give me a direction to look at.