IIS 6.0 - ASP Error 0126 Include file not found
Posted
by
André
on Stack Overflow
See other posts from Stack Overflow
or by André
Published on 2011-01-14T03:29:20Z
Indexed on
2011/01/14
3:53 UTC
Read the original article
Hit count: 306
Hello, I have a Win Sever 2003 running IIS 6.0 which has only my main website on it and now I am trying to setup a test website which currently is an exact duplicate of the main site. When accessing my main site everything works fine, and has done for a long time. If I access the test site (through 'test.' subdomain) I get this error:
Active Server Pages error 'ASP 0126'
Include file not found
/html/shop/asp/admin/inc/incWeeklySpecialswide3.asp, line 71
The include file '/html/asp/quickfindwithSuburbs31.asp' was not found.
The file actually exists, and the paths are correct. I have enabled Parent Paths, replaced the include file path to the full path (http://foo.com/html/asp -etc.), removing the ' / ' at the start of the path and changing the code from ' include ' to ' virtual '.
Thanks in advance.
© Stack Overflow or respective owner