This topic is locked

New to ASPrunner Questions

2/28/2005 12:40:22 AM
ASPRunnerPro General questions
D
dee author

I am new to ASPRunner and I need some help..might seem like a couple of stupid questions but I need to know.
I am using access 2003 and frontpage 2003; I have created my project and everything is good but everytime I have to make a change to my database I have to rebuild my project. And with frontpage it is a headache to get my output folder onto my server. Can you tell me how I make changes to my database and they automatically show up on my site? Or do I have to keep rebuilding and moving files?
My other question is why doesn't my data that I add show up in my database? And where is it going? I am concerned that once I have all my data inputed that when I make a change and rebuild I will lose everything
Any help is appreciated...

Sergey Kornilov admin 3/1/2005

Dee,
if you change database structure (add or delete some fields) you need to rebuild ASP files and upload all files including your database to the Web server.
If you use Server.MapPath option ASPRunnerPro creates a copy of your original MS Access database in the output folder. ASP pages will work with this database copy.
I hope it helps.