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

Membership Provider..?
JimScudder
See if the following helps:
http://www.codeproject.com/aspnet/MySQLMembershipProvider.asp
http://forums.mysql.com/read.php 38,63403
mbkh_84
writeExceptionsToEventLogtofalse):"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
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