I have an access database setup on my server(win2003). Inside I created two web sites and saved them in my web-root directory. I then created a virtual directory(in IIS6) with on of the sites as the default page. Now on the server I am able to use the pages to access the database and do what I need to, It works fine.
Now when I go to, lets say my friends house and get on the internet and connect to my web server and go to that virtual directory, it brings up the web page, but there is no data. It is as though it is looking on the local computer from where I am at for the file. Am I missing something?? I just want those 2 web pages to access the mdb database on the server from which the pages are located.
connection string is default;
<a:ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=D:\woobroot\database\some.mdb;
Any help would be greatly appreciated, and thanks in advance.
Now when I go to, lets say my friends house and get on the internet and connect to my web server and go to that virtual directory, it brings up the web page, but there is no data. It is as though it is looking on the local computer from where I am at for the file. Am I missing something?? I just want those 2 web pages to access the mdb database on the server from which the pages are located.
connection string is default;
<a:ConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=D:\woobroot\database\some.mdb;
Any help would be greatly appreciated, and thanks in advance.