开发者

membership provider

开发者 https://www.devze.com 2022-12-26 00:16 出处:网络
I am a new guy in Asp.net. I have one requirement of doing one asp.net application with Custom Membership provider. If you any source code of the same, please share with me. I searched开发者_StackOver

I am a new guy in Asp.net. I have one requirement of doing one asp.net application with Custom Membership provider. If you any source code of the same, please share with me. I searched开发者_StackOverflow alots in net. but i couldnt understand completely yet. Please help me..


Nobody here will share commercial code with you.By knowing this fact,you should consider before asking your questions.

For your interest of membership,you should search for custom membership implementation

Have you checked MSDN documents?
I think they should be sufficient to understand easily with examples.
Implement a Custom Membership
Implementing a Membership Provider


I have created a Membership, Role, and Profile providers for MongoDB (mongodb.org).

The source code is here:

https://github.com/agarcian/MongoDBASPNetProviders

I used http://msdn.microsoft.com/en-us/library/ms366730.aspx (referenced in the accepted answer) as the basis for my code.

I have found that the Membership provider is most useful when coupled with the Profile provider, and sometimes with the Role provider.


There is a good new open source Membership Provider that works with ASP.NET MVC4. Very Flexible and main dev is developing permissions system addon for it, so you can get more thne usual membership

0

精彩评论

暂无评论...
验证码 换一张
取 消