how do i access Mysql from an ASP.NET 2 site in medium trust mode? My ISP wont allow my site to run under full trust and i've tried many(if not all) mysql apis to connect to the db.
All result in either SocketPermission or FileIOPermission errors. i have even tried overriding the trust setting in my web.config.
Any ideas?