I have a requirement in which I need to have different connection strings for different users. The idea is to have the username
and password
supplied at the login screen to be used as the username
and password
of the connection string. Thus making application to use different connection string for different user, and to use this connection string throughout the application.
How to get this setup in EF 4.1
PS: I am using DbContext