Hi All,
I have written a WCF client in VS2010 to return data from my MySql DB, when I test the client locally it runs fine and returns data from my remote database.
After I publish the app to the WCF server (running IIS7) and run the client from there, there is no data returned and I can't see any error being returned either, just an empty object.
The IIS server and the MySql DB are on the same server. I have included the MySql.dll in the deployement package and I can see it in the app folder on the server.
I tested the same thing with a MSSQL server and that worked fine but I prefer to use MySql.
What am I missing?
Dean
I have written a WCF client in VS2010 to return data from my MySql DB, when I test the client locally it runs fine and returns data from my remote database.
After I publish the app to the WCF server (running IIS7) and run the client from there, there is no data returned and I can't see any error being returned either, just an empty object.
The IIS server and the MySql DB are on the same server. I have included the MySql.dll in the deployement package and I can see it in the app folder on the server.
I tested the same thing with a MSSQL server and that worked fine but I prefer to use MySql.
What am I missing?
Dean