hi All,
I have installed mySQL connector, and provided properties in my connection string in web.config as:
<add key="MyConnStr" value="server=localhost;provider=MySql.Data.MySqlClient; User Id=ash;database=ashdata;Persist Security Info=True"
and whem i am running the asp.net application it is showing me error:
The 'MySql.Data.MySqlClient' provider is not registered on the local machine.
please check my parameter, can anyone suggest where i am making fault
I have installed mySQL connector, and provided properties in my connection string in web.config as:
<add key="MyConnStr" value="server=localhost;provider=MySql.Data.MySqlClient; User Id=ash;database=ashdata;Persist Security Info=True"
and whem i am running the asp.net application it is showing me error:
The 'MySql.Data.MySqlClient' provider is not registered on the local machine.
please check my parameter, can anyone suggest where i am making fault