I'm developing an ASP.NET Core application, where each company owns its database. The question is: how can I do for the company to access the site by putting user and password and access information of it, remembering that there are several companies? Is there a way to change appsettings.config
to this, another alternative?
I've been seeing the question Databases for Different Clients , it would not be the right thing to do.