I’m looking at having certain users access one database and other users accessing another database based on the company they belong to. What would be the best way to handle the connection strings and make sure the user connects to the right db when they login?
Thanks for any ideas.
In Web.Config or App.Config
When it’s time to open the database, you get your connection string this way: