ASP.NET Core的MVC项目自定义身份ApplicationUser

添加了自定义的ApplicationDbContext 和ApplicationUser ,并添加了Identity认证后,会出现

InvalidOperationException: Unable to resolve service for type ‘Microsoft.AspNetCore.Identity.UserManager`1[Microsoft.AspNetCore.Identity.IdentityUser]‘ 错误

需要在解决方案中搜索IdentityUser,把相关网页上注入的IdentityUser改为ApplicationUser

ASP.NET Core的MVC项目自定义身份ApplicationUser

上一篇:苹果开发者账号申请流程


下一篇:vue : 无法加载文件 C:\Users\1111111\AppData\Roaming\npm\vue.ps1,因为在此系统禁止运行脚本