0
votes
1answer
20 views
Microsoft Membership Provider Vs Custom Provider Vs Complete Custom Login System
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 it …
0
votes
1answer
4 views
MembershipProvider and web.config
Where can I get a list of all the configuration properties for the Membership provider that can be added to the web.config, i.e.
<membership defaultProvider="MembershipProvider">
…
0
votes
1answer
18 views
ASP.NET Membership Provider and network domain
First off, I'm not entirely sure that my question title is very descriptive, so my apologies for that.
I am working on a new site and will be using the MembershipProvider system (well, a custom …
0
votes
0answers
15 views
Keeping Membership Provider’s Authentication in Web Service
Hello all,
I have a web service(.asmx) that is written in .NET. There are two methods in it; Login() and Add().
Login() gets username and password, validates user via ASP.NET membership provider.
…
0
votes
1answer
37 views
Umbraco Back Office Membership Provider
Has anyone had any experience trying to write a custom Membership Provider for the Umbraco back office? I've run into all sorts of trouble trying to make this happen. You can see some more details …
1
vote
4answers
610 views
How do we register users — Facebook Connect users logging in the first time — when we cannot get an email address from facebook?
Facebook Connect allows for very limited communication and access to the user's information.
When a user logs in with Facebook Connect I would like to create an account for the user on our site that …
0
votes
1answer
16 views
Is there a localized membership status message in the framework?
I'm using the membership provider to create a new user. The membership status I return can be any value from 0 to 11, each value being a different status.
Is there a way to get a localized message …
3
votes
3answers
1k views
Authenticate and GetRoles of ActiveDirectory users in a disconnected WPF application via MembershipProvider
Hello,
I have a project requirement where I need to authenticate against ActiveDirectory in a remote/disconnected WPF application.
There is probably several ways to attempt to do this, but what …
2
votes
3answers
385 views
How do I create / use a MembershipProvider?
How do you create a MembershipProvider for use in an ASP.NET/MVC website?
Doesn't it generate the tables it needs for you in your database?
1
vote
1answer
32 views
How do I set minumum password requirements in Umbraco for the membership provider?
I am trying to set minimum password requirements for my membership provider in Umbraco. Currently my web.config membership section looks like this:
<membership …
1
vote
1answer
62 views
Security using the Membership provider that will support Active Directory and your own bespoke provider
I have a task of dealing with security on my .Net web application, the way it is to work is that if the user is logged in to Active Directory and the users AD name is in a database then they will be …
0
votes
0answers
44 views
Structuring Custom ASP.NET MembershipProvider for Unit Testing
I'm working on an MVC project at the moment with a semi-TDD approach to the development. I want to continue with this approach, but I'm starting to have doubts over a decision I've made when …
2
votes
2answers
89 views
Dependency injection and ASP.Net Membership Providers
I am in the process of creating a custom membership provider for an ASP.Net MVC website. The provider is being created as a separate class as part of a bigger library. There is a need for the back-end …
0
votes
1answer
167 views
ActiveDirectoryMembershipProvider configuration: duplicate name exists on the network
Hi all,
I am trying to put a AD MembershipProvider to work but I am getting a very strange error:
"Parser Error Message: You were not connected because a duplicate name exists on the network. Go to …
0
votes
2answers
32 views
Multiple Membershipprovider for one application
I have a site that uses the SqlMembershiprovider. Its is a webshop. The user logs on with his username and password there.
Apart from that there is controller that is responsible for displaying …
