且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

asp.net中的会员提供商

更新时间:2022-12-10 12:40:31

这真的很简单: MSDN:实施会员提供商 [ ^ ]
It''s really pretty simple: MSDN: Implementing a membership provider[^]


我建​​议你仔细阅读一篇文章 - ASP.NET身份验证和授权 [ ^ ]并学习所有概念。



然后你就可以使用默认的Asp.Net会员资格了。



为了设置数据库,请按照文章中提供的步骤或快速实现解决方案 [ ^ ]直接从Visual Studio中完成。
I would suggest you to go through the great article - ASP.NET authentication and authorization[^] and learn all the concepts.

Then you will able to use the default Asp.Net Membership.

For setting up the database for that, follow the steps provided in the article or implement the quick solution[^] to do it directly from Visual Studio.