I have set-up asp runner successfully and have tested on my web site database and all works fine. However, I keep my databases in a secure folder called "Private" and my web files in a folder called "htdocs".
In order to keep my database secure I would like to point the dbconnection.asp file to the private subdirectory rather than the db folder that asprunner automatically generates copying my databse file.
Can someone please let me kow if this is possible and if so what would be the string connection to use. I tried changing the existing db/mydatabase.mdb to private/mydatabase.mdb with little success.
The file site structure for asprunner and the location of my database is as follows:
/private/mydatabase.mdb
/htdocs/admin/db/mydatabase.mdb
/htdocs/admin/images/all files
/htdocs/admin/include/all files
/htdocs/admin/login.asp etc..
regards
TheCapt