This is the error I get:
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/confrerie/restricted/result.asp, line 2
The Include file '../Connections/connconf.asp' cannot contain '..' to
indicate the parent directory.
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!--#include file="../Connections/connconf.asp" -->
<%
Changing this to:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
<!--#include
file="C:/inetpub/wwwroot/confrerie/Connections/connconf.asp" -->
<%
Gives another error:
Active Server Pages error 'ASP 0126'
Include file not found
/confrerie/restricted/result.asp, line 2
The include file
'C:/inetpub/wwwroot/confrerie/Connections/connconf.asp' was not found.
I use IIS 6.0 and windows 2003.