accessing remote database
I need to access a database via ASP that doesn't reside on the server
where IIS is running.
Using IIS 5.1 I'm not able to map a directory that is not on the server running IIS.
Example: I can't map the dir. \\someserver\databases\data.mdb
I'm not able to map the database even if i connect a new drive unit.
So i tried to use DSN for the remote db but when I connect to the DSN I get an error,
while if the DSN points to a local database it works fine.
Why?
Can IIS map a database through the LAN?
thanks in advance
|