.NET 2.0 and MySql in medium trust mode

落花浮王杯 提交于 2019-12-08 03:45:27

Ask them to put the MySQL assemblies in the GAC. This is a common issue with third-party databases and Medium Trust.

I'll add that you're going to have to sweet talk them. They're going to need to trust the software they're going to be installing to not destroy their servers. So you'll need to explain that it's established software and give them the URL to the site.

The other option is to get them to alter the state of the trust zone slightly. This looks a little more suspicious but it doesn't involve touching the GAC.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!