asp include files??????virtual/file
Does anyone know what the difference is between include file
and include virtual when including files in asp scripts. For some reason on my server it does not seem to understand the include file method.
Does anyone know what the difference is between include file
and include virtual when including files in asp scripts. For some reason on my server it does not seem to understand the include file method.
Lloyd Hassell posted this at 01:46 — 6th June 2000.
They have: 231 posts
Joined: Feb 2000
File: when you link to your include file relatively from the documents position (same as linking an image in an HTML document).
eg. ../includes/file.inc
Virtual: when you link to a file starting from your root directory.
eg. includes/file.inc
would be for example:
c:/inetpub/wwwroot/includes/file.inc
:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.