I've moved a website in .net 2.0 from IIS6 to IIS7 and now the MySql connections are not working, I'm receiving the attached error.
My web.config it's the same that was in the old server, and I have the following lines in it:
<add assembly="CoreLab.Data, Version=4.70.22.0, Culture=neutral, PublicKeyToken=09AF7300EEC23701" />
<add assembly="CoreLab.MySql, Version=4.70.29.0, Culture=neutral, PublicKeyToken=09AF7300EEC23701" />
<add assembly="CoreLab.MySql.Web, Version=4.70.29.0, Culture=neutral, PublicKeyToken=09AF7300EEC23701" />
Thanks in advance
