membership-provider
Does the default Membership Provider's OnValidatingPassword have to be overridden in custom implementations?
I am working to implement a custom Membership Provider for my .net application.I have set up the configuration for a minimum number of characters and non-alphanumeric characters, but it seems to let p[详细]
2023-04-10 11:23 分类:问答Lost on membership provider
I\'m confused in the proper time to use SQLMembershipProvider vs my own custom provider. I\'m building a system where users can create accounts; and then create objects in our system. When a user logs[详细]
2023-04-09 03:28 分类:问答ASP.net MVC 3 user registration
I am new to asp.net mvc 3 world I looked at some tutorials to get started. I want to know what is the best option to manage users?[详细]
2023-04-07 04:16 分类:问答ASP.Net MVC 3 Membership.UpdateUser(MembershipUser user)
i have a project that use MVC3. in my project, i have a page that user can edit their account (UserComment, UserEmail, IsLocked, IsApproved). i already make the View for Edit Account. i have some trou[详细]
2023-04-06 00:11 分类:问答How to set up new Membership and Session providers to run in Windows Azure? Using MVC3 and Web Role
I\'ve read about the New Membership and Session providers, and the information in this article is that just changing the connectionStrings the database would build itself magically in my SQL Azure Dat[详细]
2023-04-05 10:24 分类:问答Using UmbracoMembershipProvider into an ASP.NET MVC Website
I am having problems using UmbracoMembershipProvider into another site. We have a project that contains an Umbraco website and a ASP.NET MVC 3 website for the main application.[详细]
2023-04-05 09:49 分类:问答Create a brand new custom membership provider and authenticate from that
I have to develop a brand new custom membership provider(MyCustomProvider) in which i have to implement all the methods like validate user, CreateUser and all other and use this member开发者_运维问答s[详细]
2023-04-03 05:10 分类:问答MembershipUser and Entity Framework Code First
I am playing around with EF Code First and now ran into trouble when implementing a custom MembershipProvider.[详细]
2023-04-01 10:35 分类:问答Using ASP.NET Membership Provider with an existing user database
I\'m currently re-w开发者_开发技巧ritting an entire website in .Net. The current website is written in foxpro and uses custom logic, validation rules, and Sql server tables to store and authenticate u[详细]
2023-03-31 01:06 分类:问答bare bones MembershipProvider in sitecore
I\'m trying to implement a really really simple MembershipProvider for sitecore, but i\'m not sure if it\'s too simple to actually work. Basically we already have a custom store for user data so i kno[详细]
2023-03-29 20:58 分类:问答