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.
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...
Here is the error I get when I programmatically attempt to validate a username and password:
Server Error in '/' Application
Object reference not set to an instance of an object
Description: HTTP 500. Error processing request.
Stack Trace:
System.NullReferenceException: Object...
I have been using ASP.NET successfully with x10, and I am trying to use ASP.NET's Membership System with MySql.
I downloaded and installed a local instance of MySql Community Server and read a tutorial on how to configure the MySql/NET Connector for use with the ASP.NET membership system...