Hi I am a newbie to asp.net and mysql, but I am getting the following
error in an ASP.NET page when trying to connect to a mySQL database.
I have got this working locally no problem. I have created the database
tables and created a bin folder and uploaded the MySql.Data.dll file.
The connection string I am using is:
myConnection = New MySqlConnection("server=localhost; user id=xxxxxxx;
password=yyyyy; database=zzzzz; pooling=false;")
Any ideas? Thanks.
Server Error in '/' Application
Exception of type 'System.Exception' was thrown.
Description: HTTP 500. Error processing request.
Stack Trace:
System.Exception: Exception of type 'System.Exception' was thrown.
at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433
error in an ASP.NET page when trying to connect to a mySQL database.
I have got this working locally no problem. I have created the database
tables and created a bin folder and uploaded the MySql.Data.dll file.
The connection string I am using is:
myConnection = New MySqlConnection("server=localhost; user id=xxxxxxx;
password=yyyyy; database=zzzzz; pooling=false;")
Any ideas? Thanks.
Server Error in '/' Application
Exception of type 'System.Exception' was thrown.
Description: HTTP 500. Error processing request.
Stack Trace:
System.Exception: Exception of type 'System.Exception' was thrown.
at MySql.Data.MySqlClient.NativeDriver.Open () [0x00000] Version information: Mono Version: 2.0.50727.1433; ASP.NET Version: 2.0.50727.1433