Archive

Posts Tagged ‘.Net 2.0’

MySQL vs. GoDaddy: The ASP.Net Work-Around

March 26th, 2008 4 comments

So again, something I have come across many times over is people still having trouble connecting to MySQL databases from their GoDaddy Windows hosting accounts. First and foremost, traditional methods do not allow for this. But why you ask? The MySQL connector itself requires a full trust environment. GoDaddy has their servers limited to medium trust for security reasons. Thus, a full trust DLL will then always throw an error in a medium trust environment. This explains most all of the errors people get when trying to go about things in this manner. » Read the Rest