I use Entity Framework Code First,
Entity Framework Code First
My connection string is in a configuration file:
<
Go down in your web.config until you reach the providers tag. For instance, here's my providers statement:
providers
you should add this System.Data.SqlClient as a provider name in your connection string so your connection string should look like this:
System.Data.SqlClient