MVC3+Razor 模板/具有自定义成员资格的指南
我对 MVC 很陌生,正在寻找使用自定义成员资格提供程序(或自定义身份验证)的 MVC3/Razor Web 项目模板。
我希望该项目包含一个 SQL 数据库,该数据库具有简单的 User/Role/UserRole 方案,并且用户表包含 UserId、用户名和密码字段(最好是加密的)以及一些通过它工作的登录功能。
任何有关如何快速完成此操作的直接链接或指导将受到高度赞赏。
I'm pretty new to MVC and looking for an MVC3/Razor web project template that uses a custom membership provider (or custom authentication whatsoever).
I want the project to contain a SQL database, that has a simple User/Role/UserRole scheme, and the user table contains a UserId, Username and Password fields (preferable encrypted), and some login functionality that works thru it.
Any direct link or guidance on how to do it the short way will be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我必须这样做时,我从 Asp.Net MVC Membership Starter Kit 开始。祝你好运!
When I had to do this I started with Asp.Net MVC Membership Starter Kit. Good luck!