custom-membershipprovider Questions
7
Solved
Hi I use a custom MembershipProvider.
I want to know the current username during an application scenario, but when I try accessing HttpContext.Current.User.Identity.Name it always returns string.E...
Nagy asked 29/6, 2009 at 3:46
3
Solved
According to this article description custom-membership-provider-with-repository-injection
I implement the custom Membership provide with inject.
Custom Membership provider
using Ninject;
publ...
Beaudette asked 19/1, 2013 at 7:48
2
Solved
When we choose New Project --> MVC 4 --> Internet Application, it will automatically generate AccountController for us. In this controller, I only care about 2 actions, Login and Register.
I...
Winnick asked 17/5, 2013 at 9:17
1
Solved
I have created a Custom Membership Provider using NHibernate for my MVC 3 ASP.NET project.
I have some problems with the User class. I get the following error:
Could not determine type for:
Fl...
Interregnum asked 28/8, 2013 at 6:2
1
Solved
I have found a few questions similar to the one I'm posting but I'm not getting from them what I really need.
I'm still struggling to implement my CustomMembershipProvider using Microsoft Unity DI....
Hundredweight asked 18/5, 2013 at 16:42
1
Solved
It seem i can't get this to work. I made a custom MembershipProvider and i want to inject a repository inside but the [Inject] property just doesnt work.
public class PyrosphereMembershipProvider...
Fraase asked 7/12, 2011 at 0:57
1
Solved
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 l...
Lovesome asked 4/10, 2011 at 21:5
1
Solved
I created a custom membership provider and am getting the following error trying to create a new "MembershipUser".
Could not load type 'MyTestApp.Membership.TestMembershipProvider' from assembly '...
Setback asked 28/10, 2010 at 18:24
3
Solved
OK, so I've been working on this for hours. I've found a couple of posts here, but nothing that actually resolves the problem. So, let me try it again...
I have an MVC2 app using Ninject and a cus...
Sagunto asked 3/6, 2010 at 5:58
4
Solved
How do I create a custom membership for ASP.NET MVC 2 based on the ASP.NET membership provider?
Enochenol asked 5/5, 2010 at 6:43
4
Solved
I am currently converting a very old, but working classic ASP site to ASP.Net.
It has a completely custom written user management system. Whilst it works fine, it really needs a refresh as I want ...
Afghanistan asked 2/12, 2009 at 18:29
1
© 2022 - 2024 — McMap. All rights reserved.