Forum Moderators: phranque

Message Too Old, No Replies

include virtual path

         

steve_3231

7:42 pm on Oct 17, 2003 (gmt 0)

10+ Year Member



hello,

when including a file on an asp page, which is better or faster?

<!--#include virtual="../../../page.asp"-->
or
<!--#include file="http://mywebsite.com/pagestyle.asp"-->

jatar_k

2:29 am on Oct 18, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I would use the second, debugging the first would be somewhat more than frustrating.