i am new to the mvc and trying to connect my mysql database to the application using mvc..
my connection string is as-
<connectionString>
<add name ="Controlsheetlogin" connectionString="Server=localhost; database=test;User Id=root;password=123"/>
</connectionString>
and am getting error in MySql.Data.MySqlClient.MySqlCommand thanks in advance for any help.