|
| |
|
|
kkwwex
Posts: 6 Joined: 3/4/2008 Status: offline
|
Parent path and ASP Database - 3/19/2008 12:34:21
I have the parent path enabled on the web server. Everything works just fine for a few days and then the database results are not dispayed properly on the webpages. The problem fixes itself after a couple of days and then it reappears. Does anyone have any idea what could possibly be causing this "glitch"?
|
|
|
|
rdouglass
Posts: 9167 From: Biddeford, ME USA Status: offline
|
RE: Parent path and ASP Database - 3/19/2008 12:58:33
I'm not sure of the reason why but you may be able to solve it permanently by using virtual paths instead of Parent paths. Basically all the lines like : <!--#include file="../_fpclass/fpdbrgn1.inc"--> becone: <!--#include virtual="/_fpclass/fpdbrgn1.inc"--> Don't forget that backslash. "virtual" basically sets everything from the root downward. Hope it helps.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
kkwwex
Posts: 6 Joined: 3/4/2008 Status: offline
|
RE: Parent path and ASP Database - 3/19/2008 14:18:33
do i have to disable parent path on the server prior to doing this? i tried changing the code but Frontpage doesn't save it and it goes back to the original line
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|