In regards to Mono/ASP.NET:
1) I've readded VB support.
2) I've added libgdiplus support. Took me a while, but this is a new feature since last time!
3) I've readded MySQL Connector/NET support. I added a DbProviderFactory hook for it, but there's this annoying bug if you try to use a GridView, but it's common to Mono.
4) I've added Npgsql, another new addition. This adds native (non-ODBC) support for PostgreSQL. I added a DbProviderFactory hook, but the error for #3 still occurs.