0

Reply To: Can’t See Database Tables After Connecting Locally: What Could Be Wrong?

#53683
Vict Man
Member

    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?