I have a problem connecting a database using ASP.NET MVC and the identification system. I want to connect to mySQL.
First, I launched xampp, next definition connection string. And then in the Configure Services method, I used UseMySQL instead of the default connection.
If I enter the default connection in various forms, I have throw error that the string cannot be converted to Microsoft.EntityFrameworkCore.Serverversion.
I found a similar problem and wrote MySqlServerVersion, but it doesn't work. GetConnectionString doesn't take 2 arguments.
https://i.sstatic.net/gIH2s.png
https://i.sstatic.net/zFlPI.png
Could someone please tell me what I am doing wrong? And sorry for my English.
UseMySqlextension? Besides which is your real target framework, asp.net core or asp.net?