C
ceyhun
When I use an include file like this
<!--#include file="..\..\cfig.asp"-->
<!--#include file="..\..\clsOOPModule.asp"-->
my server gives an error of :
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/test/module/VieBoard/main.asp, line 1
The Include file '..\..\cfig.asp' cannot contain '..' to
indicate the parent directory.
<!--#include file="..\..\cfig.asp"-->
<!--#include file="..\..\clsOOPModule.asp"-->
my server gives an error of :
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/test/module/VieBoard/main.asp, line 1
The Include file '..\..\cfig.asp' cannot contain '..' to
indicate the parent directory.