ADefWebserver / Blazor-Blogs

Simple blogging application written in Microsoft Server Side Blazor
MIT License
189 stars 45 forks source link

How to set database and debug this project in local desktop #59

Open zhilingyuan opened 9 months ago

zhilingyuan commented 9 months ago

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

ADefWebserver commented 9 months ago

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