Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » asp.net » Membership
Showing page 1 of 2 (11 total posts)
  • The Other Side of ASP.Net Windows Authentication, Part 1

    Prologue We recently converted our Intranet from Forms authentication to Windows authentication. While this has several distinct advantages for us (i.e. single-sign on, users don’t have to manage another account etc.), it has not been without some significant pitfalls as well. In searching the internet for advice on how to make this transition, ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on June 14, 2012
  • Using a Custom Profile UserControl in a CreateUserWizard Control

    Prologue One of the features I’ve been working on lately is adding membership/profiles to our website. In the past we haven’t offered this feature on our site, but recently we’ve made some changes that make this a good idea. In the process of trying to do this, I found that I would like the user to be able to enter/edit profile information on two ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on October 20, 2011
  • A Better ASP.Net Member/Role Management Page Pt. 8

    Prologue It’s been over a year since I finished this series of posts, and I really thought I was done. I found however (now that I’m using it in production at work) that there is a slight oversight I plan on correcting in this post. This will be a “short, sweet and to the point” posting. (And I’m not done yet… there’s a part 9. If you want to ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on July 29, 2010
  • A Provider by Any Other Name…Doesn’t Smell So Sweet

    Prologue A funny thing happened on the way to the… management page. I found a kind of an anomaly taking place when you configure your Membership Provider use one application and your Role Provider is configured to use a different one. What I found is that I had users I deleted still assigned to some of my roles (phantom users). Problem In the ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on June 16, 2009
  • A Better ASP.Net Member/Role Management Page Pt. 7

    Prologue **Author Note – If you are bewildered by a line (perhaps two) that are red and bold, don’t they that they’re errors, they are corrections/additions. Please see the comments, after the article for comments regarding the highlighted line(s).** (If you want to follow along with the rest of the series, you can create the management page ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on March 30, 2009
  • A Better ASP.Net Member/Role Management Page Pt. 6

    Prologue **Author Note – If you are bewildered by a line (perhaps two) that are red and bold, don’t they that they’re errors, they are corrections/additions. Please see the comments, after the article for comments regarding the highlighted line(s).** (If you want to follow along with the rest of the series, you can create the ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on January 21, 2009
  • A Better ASP.Net Member/Role Management Page Pt. 5

    Prologue **Author Note – If you are bewildered by a line (perhaps two) that are red and bold, don’t they that they’re errors, they are corrections/additions. Please see the comments, after the article for comments regarding the highlighted line(s).** (If you want to follow along with the rest of the series, you can create the management page ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on December 4, 2008
  • A Better ASP.Net Member/Role Management Page Pt. 3

    Prologue **Author Note – If you are bewildered by a line (perhaps two) that are red and bold, don’t they that they’re errors, they are corrections/additions. Please see the comments, after the article for comments regarding the highlighted line(s).** (If you want to follow along with the rest of the series, you can create the management page ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on October 14, 2008
  • A Better ASP.Net Member/Role Management Page Pt. 2

    Prologue **Author Note – If you are bewildered by a line (perhaps two) that are red and bold, don’t they that they’re errors, they are corrections/additions. Please see the comments, after the article for comments regarding the highlighted line(s).** (If you want to follow along with the rest of the series, you can create the management page ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on October 7, 2008
  • A Better ASP.Net Member/Role Management Page Pt. 1

    Prologue: **Author’s Note** – Thank you to everyone for your comments. It has come to my attention that I didn’t pay enough attention to a couple of the details. For that I apologize. I created the code that resulted in this page and then recreated it doing optimizations as I went and converting it from a page to a user control. Sometimes I ...
    Posted to .Net Discoveries (Weblog) by Yougotiger on September 29, 2008
1 2 Next >