I need some help.
I work for a company that is currently moving its web servers over to a Windows 2000 and IIS 5 server. I have recently been told that " 'parent paths' will be disabled due to security reasons. An example of such code is:
<!--#include file="../includes/header_include.asp"-->
However, Note this only affects code that is run on the server. The following HTML code will still work correctly:
<a href="../newfolder/xyz.asp">Click Here</a> "
I have looked through our site and can not find such code, however programming is not my strong suit and at this point I probably know just enough about this subject to seriously screw things up.
My question is can someone explain "parent pathing" in regards to what this cryptic message means, or direct me somewhere that can explain it to me.
Jer
I work for a company that is currently moving its web servers over to a Windows 2000 and IIS 5 server. I have recently been told that " 'parent paths' will be disabled due to security reasons. An example of such code is:
<!--#include file="../includes/header_include.asp"-->
However, Note this only affects code that is run on the server. The following HTML code will still work correctly:
<a href="../newfolder/xyz.asp">Click Here</a> "
I have looked through our site and can not find such code, however programming is not my strong suit and at this point I probably know just enough about this subject to seriously screw things up.
My question is can someone explain "parent pathing" in regards to what this cryptic message means, or direct me somewhere that can explain it to me.
Jer