May 2, 2023 at 9:20 am
#53683
My appsetting.json looks like this.
“ConnectionStrings”: {
“DefaultConnection”: “Server=(localdb)\MSSQLLocalDB;Database=QuickApp;Trusted_Connection=True;MultipleActiveResultSets=true”
},
The project builds successfully but I can’t see the database and any tables in MySQL Server Management Studio.
Can you help me, please?