I am building a custom MembershipProvider more precisely the GetUser function. Therefor i have a custom MembershipUser.
I have a customer class that inherits from MembershipUser. When i load a Customer object i want to be able to set all the values in the base class easily.
Almost every time I run my MVC app, it stops with errors before getting to the home page. UPDATE: Here\'s the latest code:
I try to implement a Custom MembershipPriver with a Custom MemberShipUser in my own database (with a specifics Users Table Model) :
I have a custom CustomMembershipUser that inherits from MembershipUser. public class ConfigMembershipUser : MembershipUser
I simply want to know how to manually check if the value a user has provided for the answer to their security question matches their current answer on record.I want to use the build in support of the
I\'m using the default SqlMembershipProvider, but I\'ve created a custom MembershipUser class (SoeMembershipUser) because I needed a \"DisplayName\" property. All the DisplayName does is look at the U
I\'m creating an application which has a \"floating\" widget which can be dragged around inside the application window. But it starts up, or tends to go behind other widgets sometimes. Is there any wa