Using parent path in a sub web for a db

M

Mettá

The saga continues...

The following error is coming up when an asp page within a sub web tries to
retrieve Access db data from the root web. Any suggestions how to get the
drw to get around this?
Active Server Pages error 'ASP 0131'

Disallowed Parent Path

/yoga/Search.asp, line 163

The Include file '../_fpclass/fpdblib.inc' cannot contain '..' to indicate
the parent directory.



Thanks

M
 
M

MD Websunlimited

Hi Metta,

The problem is that the host does not allow parent pathing. Speak with your ISP / WPP about allowing parent pathing. If they tell
you it is a security precaution ask them if they allow FSO to be used :>)
 
Top