I'm having an issue with my connection string using MVC 4 and access DB. When I use the provider name - System.Data.OleDb I still receive an error and when I remove it I get the below error. I used the connection string from connectionstrings.com.
Any help is much appreciated. Thanks
Here is the error: The connection string 'EmployeeContext' in the application's configuration file does not contain the required providerName attribute."
Here is the connection string:
<add name="EmployeeContext" connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=H:\Databases\EmployeeDb.mdb"/>