membership-provider
StringLength attribute, client side validation and a membership provider
How do I pass a value from Membership Provider (taken from web.config开发者_如何学Go) to Validation Attributes in AccountModels in default MVC 3 project?[详细]
2023-03-01 22:20 分类:问答ASP.NET MVC Custom Membership Provider - How to overload CreateUser?
I\'m trying to build Custom Membership Provider. I would like to capture additional information (First Name and Last Name) during the registration and I\'m not using usernames (email is a login).[详细]
2023-03-01 21:33 分类:问答Custom ValidateUser() in custom .net MembershipProvider
Is there a way to extend the ValidateUs开发者_StackOverflower method to receive other parameters than the default?[详细]
2023-03-01 14:44 分类:问答One user with more than one mail on ASP.NET Membership Provider
i need to know this.. in the asp.net membership provider, it is possible to create a use开发者_Python百科r with more than one mail?[详细]
2023-03-01 02:44 分类:问答Parameterless implementation for Ninject mappings
i am creating custom membership provider using ninject for binding to sql classes. my class in looks like[详细]
2023-03-01 02:01 分类:问答Run aspnet_regsql on an SQL Server Express database in APP_DATA
When I run the aspnet_regsql command in wizard mode, there is no way to select an SQL Sever开发者_如何学C Express database file even after specifying \".\\SQLEXPRESS\" in the database server name. How[详细]
2023-02-27 06:37 分类:问答Custom MembershipProvider in .NET 4.0
There are a few threads here at so about this matter but most of them are outdated and the reference links in them are even more outdated.[详细]
2023-02-27 06:03 分类:问答ASP.net MVC application logging out very quickly after logging in
This is probably a very simple problem but I cant see the solution and its really beginning to bug me![详细]
2023-02-26 01:36 分类:问答create a custom membership and profile provider in asp.net
I have a custom database schema that I want to use for the Custom Membership Provider. Can anyone give a step by step procedure to do so because when I tried to create a class library project and ext[详细]
2023-02-25 09:51 分类:问答MembershipProvider and RequiresQuestionAndAnswer
We provide a website template for our customers to use as the basis of their websites. Our website has a custom membership provider.[详细]
2023-02-24 08:49 分类:问答