This topic is locked

db location

4/20/2004 12:42:08 PM
ASPRunnerPro General questions
author

Newbie question. What is the functon of the db directory created along with the asp scripts. I noticed that all the info input on the form goes to the db residing there but I would have thought that the info goes to the original db. Are you suppose to set up one directory per page and therefore various db's? I'm interested in having several pages going to the same db.
TIA

Sergey Kornilov admin 4/20/2004

You can put ASP scripts for all tables to the same output directory. All scripts will be working with the same database file in this case.

500089 4/21/2004

Still not clear on this. I guess that a new db is created and accessed. If that is the case what is the purpose of the original db?
TIA

Sergey Kornilov admin 4/22/2004

The idea of creating a copy of original database is to simplify process of moving ASP application to the Web server. With this approach you just need to move all files from ASPRunner's output folder to the Web server.