I have taken over an ASP website on IIS 5 that is very very messy. All files are at the root level, and there are 1000+ files. I would like to sort out the .asp & .htm pages by manufacturer and put them in their own directories. However, when I place a file in a directory the include files do not work and I get this error:
Active Server Pages error 'ASP 0126'
Include file not found
/Test_Folder/myfile.asp, line 2
The include file 'include1.asp' was not found.
I have tried <!-- #include virtual="myfile.asp" --> and I have tried <!-- #include file="../myfile.asp" -->. Any ideas?
Thanks,
Brett
Active Server Pages error 'ASP 0126'
Include file not found
/Test_Folder/myfile.asp, line 2
The include file 'include1.asp' was not found.
I have tried <!-- #include virtual="myfile.asp" --> and I have tried <!-- #include file="../myfile.asp" -->. Any ideas?
Thanks,
Brett