What happens is that I have a HTML Template called that has already the configuration to apply it with ASP.NET, but it comes by default to do the local express test of SQL SERVER, but I want to use it with MySQL, so download of NUGET the Entity of MySQL, everything goes well when I can create with the Entity the model, the controllers and hasya the views automatically with scaffolding, but at the time of wanting to insert a data or see a data already in the database, I jumps this error in Visual Studio, which can not connect to the DB, this is where I would like your help.
Here I put my connection string that comes in the Web.Config file