I have googled everything I can think of. I have the following
Under Default Web Site I have an application 'PreScreen' under a virtual directory 'DEV'
Default Web Site
-->DEV --> PreScreen
PreScreen is under H:\iisSites\PreScreen
under PreScreen I have the following folders:
H:\iisSites\PreScreen\includes
H:\iisSites\PreScreen\images
H:\iisSites\PreScreen\admin
H:\iisSites\PreScreen\common
I have a default.asp page which has an include file:
<!--#include Virtual="\PreScreen\include\global.inc" -->
I have all of the configurations set from various posts on classic asp pages. I have also installed ServerSideIncludes
I will continually receive the ASP '0126' error that file is not found. I have changed the virtual to File and it can read to the include file, but then the global.inc contains a bunch more vitrual includes. I tried changing those to File from Virtual and it will not work. I have also toggled back and forth from Enable Parent Paths to true/false.
This is an old app i need to move over to a new iis 7 web server from iis 6. The only thing I have not done is Shared the Folder which is what we had set up on the old web server. Does this matter if the folder is not shared?
Under Default Web Site I have an application 'PreScreen' under a virtual directory 'DEV'
Default Web Site
-->DEV --> PreScreen
PreScreen is under H:\iisSites\PreScreen
under PreScreen I have the following folders:
H:\iisSites\PreScreen\includes
H:\iisSites\PreScreen\images
H:\iisSites\PreScreen\admin
H:\iisSites\PreScreen\common
I have a default.asp page which has an include file:
<!--#include Virtual="\PreScreen\include\global.inc" -->
I have all of the configurations set from various posts on classic asp pages. I have also installed ServerSideIncludes
I will continually receive the ASP '0126' error that file is not found. I have changed the virtual to File and it can read to the include file, but then the global.inc contains a bunch more vitrual includes. I tried changing those to File from Virtual and it will not work. I have also toggled back and forth from Enable Parent Paths to true/false.
This is an old app i need to move over to a new iis 7 web server from iis 6. The only thing I have not done is Shared the Folder which is what we had set up on the old web server. Does this matter if the folder is not shared?