0

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!

1
  • 1
    Just wondering; why would you use MySQL? .NET has an excelent System.Data.SqlClient namespace and works brilliantly out of the box with Microsoft's SQL Server. The Express edition is free to top things off. Commented Apr 8, 2011 at 20:11

1 Answer 1

1

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 :)

Sign up to request clarification or add additional context in comments.

1 Comment

thanks, your link (MySQL compliant membership provider) was really helpful!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.