❔ Database not being created
Hi, Im following this tutorial: https://www.youtube.com/watch?v=ogJTM1l2fl0&t=731s. In the video an sql server is started using SSMS, then the servers name is put into "appsettingss.json"
server name = Revision-PC
"DefaultConnection": "Server=(localdb)\mssqllocaldb;Database=Revision-PC;Trusted_Connection=True;MultipleActiveResultSets=true"
My problem comes up when i try update-database command. The database is not created in SSMS. .NET 5 is used in the tutorial, could that be the issue?or am i missing somethimg.
Gavin Lon
YouTube
Part 4 - Project Infrastructure & Identity-Let's Build an Asp.NET C...
In this video we start to create our Asp .NET Core Web Application web application. Through Visual Studio 2019 we choose the Asp .NET Core MVC project template as well as the Identity membership facility to initialise our web application (i.e. auto-generate files necessary for the MVC project as well as files and code related to the Identity mem...
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.