简体   繁体   中英

membership provider

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 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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