How to add asp.net identity in asp.net core with visual studio code

淺唱寂寞╮ 提交于 2019-12-10 23:09:04

问题


This is my first project in asp.net core and now have come to the point where I need to implement asp.net identity for core mvc application in visual studio code.

I looked up but neither I can find any blog and any document on Microsoft sites how to do it. If anyone can help me out, it will be great and sure many other will get answer to this.

Thanks, Girish


回答1:


You can create new project using dotnet new mvc --auth Individual command and then copy identity-related code to your project.



来源:https://stackoverflow.com/questions/43714662/how-to-add-asp-net-identity-in-asp-net-core-with-visual-studio-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!