membership-provider
asp.net mvc editing Membership User data
What is the best approach to allow a user to change his email address? im using the built in membership provider and AccountController. in asp.net mvc 3[详细]
2023-02-07 19:39 分类:问答MVC Authorization Role and IPrincipal - how does it work?
I\'ve managed to successfully implement a custom MembershipProvider for my MVC2 application. I have my own User table as well as Role table.[详细]
2023-02-07 03:44 分类:问答Using .NET membership provider throughout n-tier web app
I\'m currently building an n-tier web application, mainly to practice new technologies and patterns - repositories, uow, services, ioc, ef4 and mvc3.[详细]
2023-02-06 17:15 分类:问答How to show roles in ASP.NET?
I am getting user list usi开发者_如何学Pythonng Membership.GetAllUsers() function. And I bind this data in a grid view.[详细]
2023-02-06 14:27 分类:问答ASP.NET Membership/Role providers for Postgres?
I am creating an MVC site and would like to use the built i开发者_JAVA百科n Membership and Roles for .Net.[详细]
2023-02-06 13:09 分类:问答ModelState on Custom membership provider
I have implemented a custom membership provider and have the following class; public class ProfileCommon : ProfileBase[详细]
2023-02-06 03:11 分类:问答Custom Membership Provider and Domain-Driven-Design
I have a concern where I am writing a custom membership provider, but I\'m not sure where to put it. I don\'t really have any code to show you, but basically the provider needs access to System.Web.Se[详细]
2023-02-05 14:25 分类:问答Accessing RequestContext from with my MembershipProvider
Is there an easier/better way to access the RequestContext from within a custom Membership Provider than the following (and further, will this method even work):[详细]
2023-02-04 20:00 分类:问答Is a good idea use Membership Provider with ASP.NET MVC
In ASP.NET MVC w开发者_开发问答e dont have Login controls of webform, then still make sense use Membership Provider? It is a good practice?Membership Provider is agnostic of Web Forms or any other cla[详细]
2023-02-04 14:59 分类:问答Ninject per session singleton?
So I\'m trying to introduce the concept of a user to my application and have got my own set of custom login routines etc. working开发者_如何学运维 fine. In my module, I\'m binding my IUserSession to m[详细]
2023-02-04 08:58 分类:问答