Hi,
My host has a directory for each domain called 'data' and asks users to put .mdb databases in the 'data' directory...
How can I change dbconnection.asp to find a path to that folder?
Host tells me the path should be -
D:\websites\accountname\data\databasename.mdb
So I change it reflect the relevant account and file name.
But the page give the error 'The Path parameter for the MapPath method must be a virtual path. A physical path was used.'
When built - dbconnection.asp points to - db\database.mdb
Help please
FAI