![]() |
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? |
![]() |
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. |