I am in a weird way (ok, not me but my project...).
I have a header.asp file (it's very simple - pasted below). I placed it in the projectfiles\asprunner\output\include folder as per this video: How to integrate ASPRunnerPro application into existing website
Now I have a footer.asp file in the output as well.
When I build the project, they do not get copied to the web folder. I can copy them and this is what happens:
- the FOOOTER.ASP works fine, just displays the footer - yeah,
- the HEADER.ASP seems to get loaded (executed) twice. In other words, my header is displayed Twice.
This I've never seen before. So, I took my Footer.asp, copied and renamed it to Header.asp (thinking something goofy with header.asp). Remember, the footer.asp works fine. Now when it is copied & renamed to header.asp, the same thing. Displayed twice.
I've checked this forum and I seem to be doing this correctly. Can anyone point out the problem/solution?
Thanks.
HEADER.ASP (this is exactly what is there).
<TABLE width=100% height="3%" border=0 bgColor=#6598B7>
<TBODY>
<TR>
<TD align=left><FONT class="top">My Sample Web Site - used to development and testing...</FONT>
</TD>
</TR>
</TBODY>
</TABLE>