2
Answers

Scaffold Identity

I am creating currently a Blazor Server. In the solution there are a few projects: some of them is the Blazor server and the DataAccess project (where is the ApplicationDbContext class).

I have to add a Scaffold Identity to the Blazor server but I found it difficult because I can not select the already existing ApplicationDbContext.
I am using .Net6.

 

 

Answers (2)