IIS 6.0 - ASP Error 0126 Include file not found
- by André
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.