简体   繁体   English

ASP.net MVC 3用户注册

[英]ASP.net MVC 3 user registration

I am new to asp.net mvc 3 world I looked at some tutorials to get started. 我是asp.net mvc 3世界的新手,我看了一些入门指南。 I want to know what is the best option to manage users? 我想知道什么是管理用户的最佳选择?

I intended use of the membership provider (and modify this for extend the default fields) or use the user profiling + membership provider? 我打算使用成员资格提供程序(并对其进行修改以扩展默认字段)还是使用用户配置文件+成员资格提供程序?

What are the advantages and disadvantages of these? 这些的优点和缺点是什么? once I made ​​my application the idea is create a mobile application: a user must be able access by user and password (my web application)... it affects my choice? 一旦创建了我的应用程序,这个想法就是创建一个移动应用程序:用户必须能够通过用户名和密码(我的Web应用程序)进行访问...这会影响我的选择吗?

Start from here : 从这里开始:

http://www.asp.net/mvc http://www.asp.net/mvc

You can take advantage of a sample application : 您可以利用示例应用程序:

http://www.asp.net/mvc/tutorials/mvc-music-store-part-1 http://www.asp.net/mvc/tutorials/mvc-music-store-part-1

And the following one is specific to membership : 以下是特定于成员资格的内容:

http://www.asp.net/mvc/tutorials/mvc-music-store-part-7 http://www.asp.net/mvc/tutorials/mvc-music-store-part-7

I would also consider integrating OpenAuth. 我还将考虑集成OpenAuth。

DotNetOpenAuth oAuth in ASP.NET MVC ASP.NET MVC中的DotNetOpenAuth oAuth

Another good example is the NerdDinner project. 另一个很好的例子是NerdDinner项目。

Site: http://www.nerddinner.com 网站: http//www.nerddinner.com

Source Code: http://nerddinner.codeplex.com 源代码: http : //nerddinner.codeplex.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM