ASP.NET Membership/Authentication with MySql

Status
Not open for further replies.

haysoft

New Member
Messages
8
Reaction score
0
Points
0
Is is possible to use the ASP.NET membership system with MySql on Mono? I am trying to use login/logout functionality with ASP.NET on X10Hosting.
 

haysoft

New Member
Messages
8
Reaction score
0
Points
0
My code was simply a call to Membership.Validate in a button click event handler. I would typically get the Object reference not set to an instance of an object error when I clicked the buttton.

If I cannot find a working membership provider for MySql that works on Mono, I will use an XML-based one that I found.
 

haysoft

New Member
Messages
8
Reaction score
0
Points
0
Thanks so much for you help, but I have the Xml provider working and would rather not use MySql at this time (because of the overhead; I only need a simple setup).

Thanks anyway; you were very helpful.
 
Status
Not open for further replies.
Top