从 RC1 到 RTM 版本,新的 ASP.NET 身份系统有很多变化。我找不到这方面的任何信息。谁能告诉我我必须改变什么或给我一个链接?
例如我得到错误:
The type or namespace name 'IdentityManager' could not be found
(are you missing a using directive or an assembly reference?)
从 RC1 到 RTM 版本,新的 ASP.NET 身份系统有很多变化。我找不到这方面的任何信息。谁能告诉我我必须改变什么或给我一个链接?
例如我得到错误:
The type or namespace name 'IdentityManager' could not be found
(are you missing a using directive or an assembly reference?)
I have no experience with the RC1 of ASP.NET Identity, but I can't find it in the current release. A lot has changed (and a lot has been removed and added) during the different releases. The main classes you should have a look at is UserManager and RoleManager. They are the main entry point for managing users and roles.