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
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.
I\'m customizing the class MembershipProvider. When navigating to Asp.net Web Site Administration Tool can list the users normally.
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
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
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,
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
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
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
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