1

Does anyone have or know where I can get a version of the ASP.NET bundled database ASPNETDB.mdf for MySQL?

Thanks :)

1 Answer 1

3

It doesn't exist. Everything in ASP.Net that uses that database is provider-based. (Membership, Personalization, Role, etc) If you want to use MySql you have to go find or implement a provider for mysql, and that includes creating the database and tables yourself.

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

Comments

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.