1
I did a project first feeding my application ASP.Net MVC
by an SQL Server database that I have uploaded to the web.config file (connectionString).
Then, following some courses I did, I started using Migrations to update the database tables. Problem is that I am checking that he is no longer looking at the table and database that are set in my web.config. I did a test, deleted my connectionstring from my web.config file and the application keeps running and connecting with the bank without problems.
I’m not understanding where is set the database and tables that he is looking at, I realized that it is no longer in my web file.config. Need to know to do some checks on the data in the SQL Server database.
I managed to locate, thank you.
– Mauricio3012
If the answer made you locate, please mark it as correct
– Fabri Damazio