I can not connect to MySql with Visual Studio 2013 to work on Asp.net MVC 4 web and in E.F

1

I want to connect to a database with entity framework to a database with MySql yog Ultimate, but it does not work for me. Start by adding the dlls:

And I even add the following to the webconfig:

       

But it does not show the MySql database:

what happens, what is missing, how the connection is made

    
asked by Danilo 17.08.2016 в 15:26
source

1 answer

1

What you need is a driver that connects MySQL with ASP.NET In this case the server is your personal computer.

You can download the drivers, after installing them, close Visual Studio and open it again. MySQL should come out in the list of values of Database Engines for you to make your connection

Download Connector / Net

Installation Instructions

    
answered by 23.11.2016 в 14:17