My data connection works fine when running the site from the server. I use this data connection;
<add name="MyConnectionString" connectionString="Driver={MySQL ODBC 3.51 Driver};"IPAddress;database=MyDatabaseName;password=MyPassword"uid=MyUserName;pwd=MyPassword" providerName="System.Data.Odbc"/>
</conn
However, when I try to run using source code and local host, I get this error:
ERROR [HY000] [MySQL][ODBC 3.51 Driver]Access denied for user 'ODBC'@'(My IP Address).hsd1.ca.comcast.net' (using password: YES)
Any ideas why?
Thank you,
Carthalion