Floodster
Technical User
- Jan 28, 2005
- 204
My site is running perfectly on my test machine but when uploaded I'm getting some errors (I have already posted some of them in this forum) but now I'm getting a new one which is;
I'm a bit unsure as to if I need to change the way my include files are used on a live server. The code in my DW pages is;
Thanks
Code:
Active Server Pages error 'ASP 0131'
Disallowed Parent Path
/includes/includes.asp, line 1
The Include file '../includes/gbl_functions.asp' cannot contain '..' to indicate the parent directory.
I'm a bit unsure as to if I need to change the way my include files are used on a live server. The code in my DW pages is;
Code:
<!--#include file="../includes/includes.asp" -->
Thanks