Hi folks,
Actually, I have some questions want to clarify. I have made a func.asp that contains a lot of common functions and reuse in many pages. Now, I am using
<!-- #Include file="../include/func.asp"-->
and working fine.
As I know, asp is also accept
include virtual ="/include/func.asp"
What is the main different for above method and which one is better?
Please advice. Thanks!
Tony
Actually, I have some questions want to clarify. I have made a func.asp that contains a lot of common functions and reuse in many pages. Now, I am using
<!-- #Include file="../include/func.asp"-->
and working fine.
As I know, asp is also accept
include virtual ="/include/func.asp"
What is the main different for above method and which one is better?
Please advice. Thanks!
Tony