ASP Error

Status
Not open for further replies.

rembrandt

New member
Jun 26, 2006
272
1
0
Australia
Anyone tell me how to sort this out?

Code:
Active Server Pages error 'ASP 0126' 
 Include file not found 
 /mysite/html/locations.asp, line 66 
 The include file '../includes/header.htm' was not found.

Obviously can't find the file but what I don't get it that it's there.
 


if the "html" directory is the root directory to your domain, then the locations.asp file probably can't reach any deeper into your server then it is. try moving the "includes" folder to the "html" folder and dropping the "../" from your include path.
 
Thanks for the tip but I worked around the problem. I was just making some changes to a site and was trying to setup IIS on my windows machine but couldn't get the pages to load properly on the localhost. It was working fine on the remote host so I just didn't test my changes locally. Thanks anyway.
 
Status
Not open for further replies.