Membership Provider..?

Hi. I created an Login-Form in Visual Basic.NET Express edition. Now I want, that the Application validate the typed username and password in the login-form with an online MySQL database. I already found an tutorial from MS, but it wasn't usefull, becouse i needed MS Visual Studio.

Can anyone help me

Micronax



Answer this question

Membership Provider..?

  • JimScudder

  • mbkh_84

    Thanks.. both looks great, but there is written "Modify your web.config using the following template (if you are on a shared hosting server, you will have to set writeExceptionsToEventLog to false):"

    But in my Visual Web Developer.NET is no web.config.

    Why

    Micronax


  • Luis Mack

    What did the tutorial use that is not in the express edition, was it the database explorer You should find code to connect to mySQL easy enough using google, then it's a trival bit of SQL to check a username/password combination.



  • BenoitFranc

    Are you sure that Web Developer does not use web.config You may have to create one, try adding a new file and see if it's offered.



  • Gary zhuo

    Yes.. I tried again and there was an web.config. Sorry
    But I saw, that these two links and the tutorial are onlky for C#.NET
    But im seaching for a solution fur Visual Basic.NET


  • Membership Provider..?