Hello,
I have programmed a web site in visual studio 2010. There, I connect to my MySql server and all works fine.
Two days ago I bought an IIS 7 Server which support asp.net and .NET 4.0,.Now I'm trying to oprate the site from the server.
I uploaded all the aspx and .cs pages to the server.
The Server doesnt recognize my MySql reference, not the assembly of MySql(which in the web.config) and not the using MySql.Data.MySqlClient in the .cs files.
<assemblies>
<add assembly="MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/>
</assemblies>
I have no idea why it happens, perhaps I have to upload MySql.dll file and somehow connect the reffrence to the .dll.
I would be glad if you could help me, thanks, Yogev
I have programmed a web site in visual studio 2010. There, I connect to my MySql server and all works fine.
Two days ago I bought an IIS 7 Server which support asp.net and .NET 4.0,.Now I'm trying to oprate the site from the server.
I uploaded all the aspx and .cs pages to the server.
The Server doesnt recognize my MySql reference, not the assembly of MySql(which in the web.config) and not the using MySql.Data.MySqlClient in the .cs files.
<assemblies>
<add assembly="MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/>
</assemblies>
I have no idea why it happens, perhaps I have to upload MySql.dll file and somehow connect the reffrence to the .dll.
I would be glad if you could help me, thanks, Yogev