I'm learning .NET little by little using Microsoft's free Web Matrix program.

Now I want to use MySQL as my database backend, but I am not sure how to connect to mysql from my aspx page. MySQL has a .NET driver in beta (http://www.mysql.com/products/connector/net/), but there are no instructions on what i should do with it, apart from installing it.

Anyone got any clue?