MinnisotaFreezing
Programmer
Can anyone help me with this?
This is one file(index.aspx):
<!-- #include file = "test.aspx" -->
Chris
Response.Write(Name)
This is the other file(test.aspx)
<%
Response.Write ("Test"
Name = "Paul"
%>
When I load index.aspx all I see is Chris.
However, when I run this on my test server, it works like I would guess, and shows Test Chris and Paul.
I am absolutly certain the files are in the same directory, so they should work. I don't have access to the server, but other pages in the parent directory have includes in them, so I assume includes are turned "on"
Any ideas or hints are appriciated.
This is one file(index.aspx):
<!-- #include file = "test.aspx" -->
Chris
Response.Write(Name)
This is the other file(test.aspx)
<%
Response.Write ("Test"
Name = "Paul"
%>
When I load index.aspx all I see is Chris.
However, when I run this on my test server, it works like I would guess, and shows Test Chris and Paul.
I am absolutly certain the files are in the same directory, so they should work. I don't have access to the server, but other pages in the parent directory have includes in them, so I assume includes are turned "on"
Any ideas or hints are appriciated.