hi,
this is my serverip( 174.120.146.10), user: jdemos24_gallery; password: yF8uslkUQOtx;
Database Name: jdemos24_gallery;
already i wrote above details in my connection string but getting error mesage after debugging.
i cant understand what should i wrong here .......pls chek me once and tell me what is wrong here ........i wll send my error screen short .........
protected void Button1_Click(object sender, EventArgs e)
{
MySqlConnection con = new MySqlConnection("Data Source=174.120.146.10;database=jdemos24_gallery;User ID=jdemos24_gallery;Password=yF8uslkUQOtx;Persist Security Info=True;");
con.Open();
Response.Write("welcome");
con.Close();
}
satya