I am using VS 2008.
Looking around on the forums/stack hasn\'t provided a clear answer on how to use MySQL with a ASP .NET site.
How do I configure a SQLDataSour
The C# version of creating a basic MySQL connection is:
<%@ Page Language="C#" debug="true" %> <%@ Import Namespace = "System.Data" %> <%@ Import Namespace = "MySql.Data.MySqlClient" %>