Page 1 of 1

Hosting mysqldirect

Posted: Thu 29 Sep 2005 09:19
by Mark_Pearl
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?

Posted: Wed 05 Oct 2005 06:36
by Mark_Pearl
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.