Good day all

I have a c# and asp.net web page going. I am use two db's (both MS access). The one is my own in a folder app_data in my root. I can use a asp:AccessDataS ource with the datafile = "~/App_Data/myDB.mdb" and that works fine. But now I need to access a db on a remote server as well.
Now as far as I can gather, an asp:AccessDataS ource uses only relative connnections, so accessing a db on a remote server...