![]() |
Sergey Kornilov admin 9/27/2004 |
You can open exisitng project in ASPRunner and save it under different name. |
|
501082 10/7/2004 |
This would overwrite my existing build of .asp pages for users having public access. |
|
501083 10/14/2004 |
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=2643&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=2643&image=2&table=forumreplies' class='bbc_emoticon' alt='B)' /> |
W
|
wrpenman3 10/19/2004 |
I am trying to do the same thing. How would you get the second set of pages to access the same databse that the first set of asp pages? |
![]() |
Sergey Kornilov admin 10/19/2004 |
If you need to run this application on the remote Web server I would recommend to put your database file outside WWWROOT folder and modify both connection strings accordingly. |
W
|
wrpenman3 10/19/2004 |
OK, well right now my database is stored \\www.domain_name.com\output\db\database.mdb |
W
|
wrpenman3 10/22/2004 |
I figured it out! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=2692&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> It took creating a new user id "guest" and password "guest" and then creating a second set of asp pages to access the same database. After that I used: |