Last active
September 13, 2015 21:06
-
-
Save nayosx/e4f2abbaccc2294e281b to your computer and use it in GitHub Desktop.
Register the MySql Data Provider in ASP.NET web.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<system.data> | |
<DbProviderFactories> | |
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory,MySql.Data" /> | |
</DbProviderFactories> | |
</system.data> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment