Skip to content

Instantly share code, notes, and snippets.

@nayosx
Last active September 13, 2015 21:06
Show Gist options
  • Save nayosx/e4f2abbaccc2294e281b to your computer and use it in GitHub Desktop.
Save nayosx/e4f2abbaccc2294e281b to your computer and use it in GitHub Desktop.
Register the MySql Data Provider in ASP.NET web.config
<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