Don't Nest Delimiters
Written by Eric Smith, Northstar Computer Systems LLC
If you are using include files within your ASP code, be sure to delimit any code in those files. Make the assumption that your include file should work even if it was loaded independently. This also means that when you do the include, perform the include statement outside of the ASP delimiter characters, as shown here:
' code
%>
<!--#include virtual="/includes/test.asp" -->
<%
' more code
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 8/1/1999
|