Forum Discussion
Rakhshanda Jabin Khan
Feb 19, 2018Copper Contributor
Asp.net C# application deployed as Web app does not connect with Azure Mysql database
@azuresupport #azTechHelp I have an ASP.Net multi-tier Application with WCF services and MySql Database. I am trying to deploy the application on azure. I have created Azure Mysql Database and have d...
hiten.trivedi
Sep 27, 2018Copper Contributor
I have same problem. Do you find any solution ?
- Rakhshanda KhanOct 11, 2018Copper ContributorApologies, for replying so late. Hoping you have found the resolution. But this is for those who are still looking or may encounter in future. Hope it helps.
It was the MySql.Data and MySql.DataEntity library and the entity framework issue. I had to add that library in all my class libraries. After that, I was able to connect my application with Azure Mysql Database.