This topic is locked

Access database

11/15/2006 8:31:23 PM
ASPRunnerPro General questions
L
leesayer author

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?

Sergey Kornilov admin 11/16/2006

You can modify connection strings in all projects to point to the same database.

For example if your database reside in DB folder and all projects reside in separate folders on the same level you can the following in Server.MapPath box while setting up project in ASPRunnerPro:

../db