【发布时间】:2016-05-21 12:31:18
【问题描述】:
我需要构建一个前端,允许我将用户和角色添加到 MVC 5 应用程序。
我很惊讶地发现没有内置任何东西,而且我正在努力寻找可以插入的任何预先构建的东西。
任何人都可以对我应该在哪里搜索或搜索什么提出任何建议。
谢谢
【问题讨论】:
标签: asp.net-mvc asp.net-mvc-5 asp.net-identity roles
我需要构建一个前端,允许我将用户和角色添加到 MVC 5 应用程序。
我很惊讶地发现没有内置任何东西,而且我正在努力寻找可以插入的任何预先构建的东西。
任何人都可以对我应该在哪里搜索或搜索什么提出任何建议。
谢谢
【问题讨论】:
标签: asp.net-mvc asp.net-mvc-5 asp.net-identity roles
经过更多搜索,我发现了以下内容:
https://channel9.msdn.com/Series/Customizing-ASPNET-Authentication-with-Identity/01 https://channel9.msdn.com/Series/Customizing-ASPNET-Authentication-with-Identity/02 https://channel9.msdn.com/Series/Customizing-ASPNET-Authentication-with-Identity/03
http://www.dotnetfunda.com/articles/show/2898/working-with-roles-in-aspnet-identity-for-mvc
以上内容应该为像我这样的新手提供了足够的信息来开始使用 asp.net 身份。
【讨论】: