Forum Moderators: open
Very confused on this problem. All paths are correct. Server has SP pack3 scheduled to have 4 put on it tonight. Microsoft error found here [support.microsoft.com...] says it was first corrected in Windows 2000 Service Pack 2.
Anyone else ever have this problem? Any help is much appreciated
Got this line of code in one of our .ASP pages
<!--#INCLUDE VIRTUAL="\lib\miConst.asp"-->
Double checked, triple checked, quadruple checked. This virtual definately does exist, the code works fine on our live server which is exactly the same build. ( Win2003 / IIS6.0 ). Same permissions on the site ( Read, Write etc... ) yet on this server it didn't work. Truly weird. No reason what-so-ever for it not to work.
Anyway to help the first guy out I was browsing the web for solutions and by default in IIS6.0 Parent Pathing is turned off
Go to your website in question under IIS right click -> Configuration -> Options -> and enable Parent Pathing.
More details read here :
[aspfaq.com...]
For some bizarre reason this worked.
Not sure if similar applies to earlier versions of IIS but worth a shot?