using asp.net membership api when I call Roles.GetRolesForUser(); it returns nothing. When I make a call Roles.GetAllRoles() all the roles are returned. What is the problem? Also what is the correct w
Dear All, I am using the membership provider of MVC framework, Now i want to implement the Role and Right on My project, All the Role and Right is available on database so how can i implement the Role
I may be mistaken, but the basic explanation I\'ve found has been that the union can\'t initialize because it doesn\'t know which member\'s constructor to call. The compiler can not automatically gene
A colleague and I are discussing how to implement \"Lost Password\" feature on our company\'s proprietary web application.
I\'d like to add some custom instance properties to an ASP.Net User object. for example, I\'d like to log every user\'s login and have something like: User.LoginTimes or calculate the User Profile\'s
I\'m building a new website and a friend suggest to me to use the asp.net membership for the authentication process (login, 开发者_运维问答registration, password recovery, etc..).
I have the impression that ASP.NET Membership encrypt开发者_如何学编程s its cookie by default.
I\'m unable to set the Comments property of a MembershipUser object. For example: MembershipUser mu = Membership.GetUser(username);
i am using membership provider to get roles for开发者_运维技巧 the user that logged in to my application.
In ASP.NET Forms authentication how can I prevent or extend the time that ASP.NET from automatically logging me out? And, also what does that have to do with session state, i.e do I need to extend ses