Hi all,
I have problem connecting to remote MS Access DB using asp.net.
The MS Access DB i have URL , local path and write access.
I have used the following connectionstring :
//con.ConnectionString = "Provider=MS Remote; Remote Server=http://X.X.X.X; Remote Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:\\yy\\XXX.mdb;Persist Security Info=False";
Error is :
Internet Server Error: Object/module not found.
Can anybody help.