membership-provider
Password validator for MembershipProvider?
I would like to validate a password field for creating / updating users in asp.net (.net 3.5). The password will be used for a MembershipProvider.[详细]
2023-01-26 06:24 分类:问答ASP.NET MVC: Why the Account Model sample use MembershipProvider instead of just Membership
I\'m a little confused. In many tutorials, including some in MSDN and ASP.NET website, it\'s almost always about Membership. But when examining the AccountModel class that\'s created by default, it\'s[详细]
2023-01-24 00:34 分类:问答Linq: multiple sub joins or sub-queries
I am pretty sure I can get the results I want from a single Linq statement, I am just not able to find it by myself! This is what I have so far:[详细]
2023-01-23 15:57 分类:问答ASP.Net - Save some info in the Session within a custom MembershipProvider
I want to save some info in the Session when the users successfully logins with my custom MembershipProvider, but I have no access to the Session in the provider\'s ValidateUser method.[详细]
2023-01-23 10:19 分类:问答How can I implement an ID based user system (membership, authorization, etc.) in ASP.NET MVC?
I have been thinking for a good while about how to tackle the problem of implementing an ID based user system while using ASP.NET MVC. My goals, much like StackOverflow\'s system are as follows:[详细]
2023-01-23 08:38 分类:问答ASP.NET authentication - multi-app and multi-user database
We have a simple ASP.NET app tha开发者_如何学运维t uses the ASP.NET SqlMembershipProvider and all is great.[详细]
2023-01-22 08:43 分类:问答Membership provider properties not being read from web.config
I\'m having a problem with a custom Membership implementation for ASP.NET using EF. The thing is, my web.config features the default values for the provider but at runtime those default are only being[详细]
2023-01-21 18:24 分类:问答C# MembershipUser.ChangePassword fails for one user only?
I\'m using the change password feature of the standard AspNetSqlMembershipProvider in my ASP.NET MVC-2 app:[详细]
2023-01-21 05:28 分类:问答ASP.NET FormsAuthentication does not use default MembershipProvider
I have created a BasicMembershipProvider class that inherits from MembershipProvider, when implemented, the ValidateUser does not get called. This is my setup:[详细]
2023-01-20 05:24 分类:问答Login control and custom membership provider
I am working on implementing a custom membership provider that works against an existing schema in my database and have a few thoughts/questions.[详细]
2023-01-20 01:16 分类:问答