I want to connect my web app running on a DASP UK server to my MS Access database running on a DASP US server. From searching, I think I want something like the following connection string: Provider=MS Remote;Remote Provider=Microsoft.Jet.OLEDB.4.0; Remote Server=http://server.adress.com;Data Source=d:\myPath\myDatabase.mdf; ...but I also found that "You must setup RDS on the server". Can anyone advise if it is possible to setup RDS on a DASP web server, and if so, can you point me in the right direction?