Hosting mysqldirect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Mark_Pearl
Posts: 2
Joined: Wed 28 Sep 2005 14:20
Location: South Africa

Hosting mysqldirect

Post by Mark_Pearl » Thu 29 Sep 2005 09:19

I just put the CoreLab.MySql.dll in the bin folder of the asp.net web application. Unfortunately, I recently get the error message:

System.IO.FileLoadException: Access is denied: 'CoreLab.MySql'.

What access rights need to be set to the dll file? Could this be explained a bit? or what principles are behind this?

Mark_Pearl
Posts: 2
Joined: Wed 28 Sep 2005 14:20
Location: South Africa

Post by Mark_Pearl » Wed 05 Oct 2005 06:36

Solved the problem, it had to do with IP addresses, when uploading my project on my ISP's server I had to change the IP address to an internal address in my connection string. if I ran the project from an external pc I had to use another IP address.

Post Reply