Blazor-Blogs icon indicating copy to clipboard operation
Blazor-Blogs copied to clipboard

How to set database and debug this project in local desktop

Open zhilingyuan opened this issue 1 year ago • 1 comments

I'm a rookie web developer and just started to learn Blazor. I want to debug and run this project in local desktop with visual studio 2022. It shows need set a database in brower while running. How to set properly ? image image

zhilingyuan avatar Dec 29 '23 03:12 zhilingyuan

It doesn't allow you to connect to a (localdb) file. If you download and install the free SQL Server 2022 Developer edition it will work with that. See: https://go.microsoft.com/fwlink/p/?linkid=2215158&clcid=0x409&culture=en-us&country=us

ADefWebserver avatar Dec 29 '23 15:12 ADefWebserver