custom-membershipprovider
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 分类:问答Problem using HDI membership provider with asp.net
I am trying to use HDI custom membership provider and after seting up with web.config when I run the applcation it gives me an error as shown below.[详细]
2023-04-07 09:31 分类:问答MembershipProvider custom - Error on saving using EF POCO 4.1
I\'m customizing the class MembershipProvider. When navigating to Asp.net Web Site Administration Tool can list the users normally.[详细]
2023-04-06 01:50 分类:问答MVC3 Custom Membership provider
I\'m working in a MVC3 application using Custom Membership Provide开发者_JAVA技巧r. The problem is when I get the display of the login page, for some reason the page doesn\'t load the style sheet neit[详细]
2023-04-04 11:42 分类:问答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 分类:问答ASP.NET MVC3 and EF4.1 - How to customize Membership after run aspnet_regsql?
I need to implement in my social network application a customized membership, and add information to the regular aspnet tables in an existing database, as Country, Province, City, Birthdate, etc, etc,[详细]
2023-04-03 02:42 分类:问答WCF REST - how best to architect for multiple users but also limit access
I\'m new to WCF and REST so please excuse any obvious questions. I\'m trying to create a RESTful API that will be used by clients.开发者_运维问答The API needs to be available only to authenticated us[详细]
2023-04-02 01:19 分类:问答ChangePassword Control doesn't work
Im currently doing an application in .net using c# and I want to use the change password control. The problem is...I always get an error of \"Password incorrect or New Password invalid. New Password[详细]
2023-04-01 23:26 分类:问答Custom MembershipProvider without MembershipUser
Is it possible to create a custom MembershipProvider without the use of the MembershipUser class? I\'d like to use my own User class and to keep things tidy, I\'d like to not have to use the Membersh[详细]
2023-04-01 17:28 分类:问答Asp.net MVC3 + Code First + Custom Membership Users and Provider classes?
I\'m using ASP.NET MVC3 with EF Code First.I\'m new to both tech, so please be gentle! I have a requirement that I will need additional properties for the User (such as company name, first/last name[详细]
2023-04-01 01:17 分类:问答