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...

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...

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...

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...

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....

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...

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 '...

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...

4

Solved

How do I create a custom membership for ASP.NET MVC 2 based on the ASP.NET membership provider?

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 ...
1

© 2022 - 2024 — McMap. All rights reserved.