Using Kellner's ASP.NET Membership Console with MySql

by Marvin 25. January 2009 08:35

At this point, I've done a few ASP.NET websites, hosted on GoDaddy, that have user accounts using the ASP.NET Membership and Role providers and all the great web controls that ship with ASP.NET.  Each time, I ended up wanting to give the admin users of the site an interface to be able to manage the site membership accounts, grant access privileges, create, edit and remove accounts.  ASP.NET doesn't come with that, but there are some open-source projects out there which can give you this.  I really like Peter Kellner's membership management console which you can download here.  However, when I tried to use it with MySql and the .NET Connector v5.2.3 and deployed to GoDaddy, I ran into some unique challenges that I hadn't encountered when using Sql Server in the past.  This article explains how I worked around the challenges and successfully implemented the tool in a web application using VS Pro 2008, .NET 3.5, MySql 5.0 and the .NET Connector v5.2.3.  More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

Web Development

Remembering Joe

by Marvin 4. October 2008 15:28
This article has been moved to Marvin's personal blog. More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Ping.Fm (updated)

by Marvin 17. September 2008 02:24

9/17/08 Just an update to this post. Ping.Fm is now out of beta so anyone can go sign-up and get it. For all my fellow T-mobile users, I also learned that you can actually update your status from your T-mobile phone using SMS-to-email. I learned the details of how to do this here.


I just got my application key for the beta application Ping.Fm, and I have to say that I am very impressed with this application.  I stumbled across it while on Facebook.  I have been looking for a way to get my Twitter updates to populate to Facebook.  If you've tried any of the Twitter apps on Facebook, you know that they are buggy or don't work at all.  Then, I noticed an acquaintance of mine, Jeff Blankenburg, was using this thing called Ping.Fm.  Jeff is a developer evangelist for Microsoft, so I figure he's got the inside on the cool stuff which made me curious about this Ping.Fm thing.  More...

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Recommendations

Implement .NET Membership and Roles using MySql Connector 5.2.3 on GoDaddy

by Marvin 5. September 2008 14:47

I recently completed implementing .NET Membership and Roles on an application I have hosted on GoDaddy and using MySQL .NET Connector v5.2.3 and MySQL v5.0.  I ran into a few hitches along the way, and I figured I better get all this down while it's still fairly fresh in my head in case I ever need to do this again.  This article is intended to be a fairly comprehensive walkthrough of how I did it. More...

Currently rated 4.8 by 4 people

  • Currently 4.75/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

Web Development

LoginViews in GridView Template Fields and Data That Won't Bind

by Marvin 3. September 2008 12:26

So, I had a GridView with a TemplateField.  The TemplateField contained links that were used for deleting rows.  I had set up Membership and Roles, and I only wanted users in the "admin" role to see these delete links, so I wrapped them in LoginView.  However, when I did this, the links quit working.  Today, I spent several hours searching for a solution to this problem, and I found lots of forum posts where other developers were having the same trouble, but none of the suggestions that were posted worked for me.  They did give me some clues in the right direction, though.  I just needed to simmer in it a little while, and sure enough, while watching The Story Of Us with my wife, the answer came to me.  This article explains the problem in detail and how I solved it.  More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

Web Development

Trouble with Single Quotes and String.Replace()

by Marvin 1. September 2008 15:05

I've used String.Replace() before and never had a problem.  Tonight, however, I needed to replace a single quote in a string with a backslash followed by a single-quote.  Seemed like a fairly simple task, but for some reason, my string looked exactly the same after applying String.Replace.  It took me an hour of searching the internet to find a solution.  More...

Currently rated 4.7 by 6 people

  • Currently 4.666667/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Web Development

A Fight with FormView and FindControl

by Marvin 29. August 2008 06:43

So, I am about to conclude a (gulp) three-day battle with a FormView and trying to find controls in it using FindControl.  In general, I have a hard time using FindControl.  It seems like everytime I have to use it, I run into trouble.  More...

Currently rated 2.3 by 3 people

  • Currently 2.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

Web Development

About the author

I am a junior-level C# .NET developer living in Nashville, TN.  I'm currently working in biomedical informatics, developing a web service, a MySql database, and a web application.  Every week or so, I spend hours trying to figure out how to do something, and after I find the solution, I really want to make sure I don't go through that exercise again.  I love to write.  It helps me to remember things.  So, I use this blog as a way to document those painful lessons as I learn them.  It has already helped me to be able to refer back to them.  I hope some of these will save someone else some time as well.