I've seen some other posts in this topic, but thought I would ask the question with a description on my problem.
I have a login page which uses SQL provider for the user login. Then the user should be redirected to the main application. This is a web based CRM application in which we have multiple clients.
My goal is to use a single web site, but multiple SQL databases. And the user that signs in should use a connection string that corresponds to the company he belongs.
Any good ideas?