Search results

  1. H

    Can you completely remove my account?

    Could you remove my cPanel account, please? I would like to keep the forum account, if possible. I have backed up all data.
  2. H

    Can you completely remove my account?

    Is it possible to completely remove my account, and if so, will the username be available to somebody else?
  3. H

    ASP.NET Membership/Authentication with MySql

    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.
  4. H

    ASP.NET Membership/Authentication with MySql

    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...
  5. H

    ASP.NET Membership/Authentication with MySql

    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.
  6. H

    Game: Team A Vs. Team B

    500
  7. H

    Count to 200

    Re: Count to 50 Twenty-four now, I believe.
  8. H

    MySql Membership Provider for ASP.NET Configuration

    MoMA didn't find any problems with it. Do you have any more suggestions? By the way, thank you for responding so quickly.
  9. H

    MySql Membership Provider for ASP.NET Configuration

    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...
  10. H

    MySql Membership Provider for ASP.NET Configuration

    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...
Top