Hi, my connection to my database does not seem to be working. I down loaded version 6.5.4 mysql connector and copied v4.0 of Mysql.Data.dll and Mysql.Web.dll into mysql bin and uploaded the bin into my webspace. I then made my connection string and on testing my feedback form I got an error message. I wonder what I have left out. I will appreciate any contributions. Cheers. Winhoau
MySQL cannot be accessed when deployed I also had the same problem. When im using my dev, I can access my tables in mysql db, but when I deploy my app, i always get Request for the permission of type 'System.Security.Permissions.SecurityPermission,mscorlib, Version 4.0.0.0, .... PublicKeyToken= .... failed. On (Datehere) But this works when on DEV?
Sounds like you need to enabled Full Trust for your web application. Please read our knowledge base article on how to enable full trust.