Questions tagged [custom-membershipprovider]
135 questions
0
votes
1 answer
Custom Membership and Roles in MVC3 with Forms Authentication
I use custom membership for Users and Roles in my MVC3 application. I have custom user/roles class. And I have the extended the RoleProvider and MembershipProvider classes for this.
I seem to have a case of roles going missing sometimes in my…

SimpleUser
- 1,341
- 2
- 16
- 36
0
votes
1 answer
How to handle ASP.NET Authentication
I have the following problem:
I want to protect the access to some files hosted under IIS using an asp.net page.
The page will be called from another application using:
var request = WebRequest.Create("www.smth.com/protectData.aspx")
…

Adrian Magdas
- 613
- 1
- 8
- 16
0
votes
1 answer
ASP.NET Bind and Query LDAP
So I have been driving myself crazy trying to figure out why I can't get my LDAP search to work.
private String getDNFromLDAP(String strUID)
{
String strDN = "";
//Create an LDAP Entry Object
DirectoryEntry entry = new…

DR913
- 119
- 1
- 11
0
votes
1 answer
Custom membership provide in Sitefinity
I need to develop custom membership provider in Sitefinity Project.
I have to shown my users (from my custom table not Sitefinity's inbuilt table) to Sitefinity Backend of the site.
How to do this?
Thanks in advance.
0
votes
1 answer
ASP.net Custom membership on top of quality center authorization
I am relatively new to authorization/memberships in asp.net, so pls excuse if I ask anything silly. I have been looking at lot of examples to implement a custom membership provider in .net (in stackoverflow, codeproject, devX, and www.asp.net) and…

tiwarib
- 441
- 6
- 17
0
votes
0 answers
Modifying Custom membership provider
I am trying to use custom membership provider class from here and working pretty well.
But my problem is I would like to remove password question and password answer from this class.
Here is my web.config file: