Is it possible to setup ASP.NET MVC 2 to work with a MySQL database?
I belive at "10. Modify the profile portion of your web.config::"
...
because in "MySql.Web.Security" I have not found any method MySQLProfileProvider.
(but using Version 6.4.4. for .NET 4.0)
And at least, you have to create your own classes for creating the database tables, if there is no ready configured database.
Harald