H
H.C.Eng
Is there a document that lists the differences between IIS in Windows 2000 and IIS in Windows Server 2003? I am talking about gotcahs for people with asp pages written in Windows 2000 and now running them on Windows Server 2003.
For example, I now have a asp file with:
<!-- #include file= "../routines.asp" -->
that works perfectly fine in Windows 2000 and now in Windows Server 2003 it complains
The Include file '../routines.asp' cannot contain '..' to indicate the parent directory.
Thanks.
For example, I now have a asp file with:
<!-- #include file= "../routines.asp" -->
that works perfectly fine in Windows 2000 and now in Windows Server 2003 it complains
The Include file '../routines.asp' cannot contain '..' to indicate the parent directory.
Thanks.