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\'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
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?
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
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
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.
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 am playing around with EF Code First and now ran into trouble when implementing a custom MembershipProvider.
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
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