1) Set up a MySQL database (something I have never used before)
2) Integrate that to use with my ASP.NET login control and preferably utilising the ASP.NET configuration tool in visual web developer.
I can find lots of books on MySQL and PHP but nothing on this. Has someone written one? or please can someone write one quick?! -:)
My host does not support .MDF files otherwise I would have stuck with that. Please don't point me to the code source site - I just don't get it, sorry.
You'll have to create the custom MySQL database, and then override the ASPNET default membership provider with your own business logic to use your DB. Here's a Wiki article I wrote on that.
JannieJones
None
0 Points
4 Posts
Dummies guide to building ASP.NET login control with MySQL
May 18, 2009 02:11 PM|LINK
Hello
I need a basic guide to help me to:
1) Set up a MySQL database (something I have never used before)
2) Integrate that to use with my ASP.NET login control and preferably utilising the ASP.NET configuration tool in visual web developer.
I can find lots of books on MySQL and PHP but nothing on this. Has someone written one? or please can someone write one quick?! -:)
My host does not support .MDF files otherwise I would have stuck with that. Please don't point me to the code source site - I just don't get it, sorry.
Thanks a mil,
Jannie
hugonne
Contributor
2112 Points
403 Posts
Re: Dummies guide to building ASP.NET login control with MySQL
May 18, 2009 03:39 PM|LINK
You'll have to create the custom MySQL database, and then override the ASPNET default membership provider with your own business logic to use your DB. Here's a Wiki article I wrote on that.
http://wiki.asp.net/page.aspx/780/creating-a-custom-membership-provider/
Hope it helps, and let me know if you have any questions.
MembershipProvider
Please mark as answer if the post helps.
Visit my coding blog. Any comments are well appreciated.