I'm building a website in ASP.net and using a database in mysql. Now I was wondering whether I can export the login module from the Visual Studio environment and export the database into phpmyadmin?
Thanks!
I'm building a website in ASP.net and using a database in mysql. Now I was wondering whether I can export the login module from the Visual Studio environment and export the database into phpmyadmin?
Thanks!
Normally, you'd run aspnet_regsql.exe (Located in C:\Windows\Microsoft.NET\Framework\), but I'm not sure MySQL is supported at all. Everything in .NET assumes you use Microsoft's SQL Server.
[Edit]
It seems some ppl have made an effort to support MySQL in this scenario :)
Code Project Project with a MySQL Compliant Membership Provider
Lots more can be found, so I think it just might work for you :)