I have basically spent my whole Sunday in trying to get my code-first application to work with MySQL. The solution works fine using the LocalDB, but it doesn't want to work with MySQL. The Funny thing is that it tries to access a database, but returns nothing and no exceptions are generated ( in debug it shows provider = null, even though I have them in web.config). All the providers have been configured in web.config several times. Have installed/uninstalled the numerous modules from nugget to no avail.
I would appreciate if anyone can at least say that they have, cause I don't think it works. Have read everything there is to read on the web. Nothing gives a clear indication as to whether or not works. The only thing I've found is that in the MySQL site it says that the integrated .Net/MySQL package doesn't work in 2013 Express and it sorts of alludes to do it manually with no clear indications as to how.
Update: Found out that it created a DB in SQLExpress even thou there is nothing pointing to SQLExpress.