I have ASP.Net MVC site & using EF Code First
As Database, I am using MySql. But not getting the right connection string. If it was MSSQL I could have easily generate using Visual Studio itself.
Is there a quick way to auto generate the right connection string when using MySql.
Thanks.