Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经运行了一些具有自定义成员资格的 mvc 3 应用程序,但是对于 ASP.NET MVC 4,我找不到任何示例如何使用 MySQL 进行自定义成员资格提供程序。
我找不到任何自定义会员资格的例子,有人知道吗?
您的操作方式与 MVC 3 完全相同,但是您必须通过删除 RegisterModel 类上的 [InitializeSimpleMembership] 属性来禁用 SimpleMembership。
如果您生成了一个示例应用程序,您还必须从 AccountController 中删除所有使用 SimpleMembership 的样板。