I am creating a number of specific searches using seperate tables in the same database. Each time the asp page is built, ASPrunner copies the db to a seperate folder (under that project name). The database I am using is over 100mb, so if I have 6 seperate asp searches on my web server, the number of instances of the same database (in seperate folders) multiplies by 6 also. Is there a way to simply refer each asp page to the one copy of the db and it remains in a seperate folder on the root web?