Howto get the current file path with SSI
From: Eranga Udesh (eranga_at_omnibis.com)
Date: 04/05/04
- Next message: [MSFT]: "RE: Error: Cannot create new connection because in manual or distributed transaction mode"
- Previous message: Roland Hall: "Re: ASP & Databases"
- Next in thread: Aaron Bertrand [MVP]: "Re: Howto get the current file path with SSI"
- Reply: Aaron Bertrand [MVP]: "Re: Howto get the current file path with SSI"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 5 Apr 2004 09:06:27 +0600
Hi All,
In my ASP file, located at the "/test" directory of the website, I include
another ASP file as below.
<!--#include file="../templates/_header.asp"-->
Inside the _header.asp file, how can I get the current file (_header.asp)
directory? I need to get the web relative/absolute directory of _header.asp,
but instead even if I can get the physical directory location of that file
should be fine.
I tried Request.ServerVariables("") with almost all the variables, but none
gave me what I wanted. This is necessory, becase the location of _header.asp
and the file which includes that can vary.
Please give me a help/clue as soon as possible.
Thanks in advance!
Eranga
- Next message: [MSFT]: "RE: Error: Cannot create new connection because in manual or distributed transaction mode"
- Previous message: Roland Hall: "Re: ASP & Databases"
- Next in thread: Aaron Bertrand [MVP]: "Re: Howto get the current file path with SSI"
- Reply: Aaron Bertrand [MVP]: "Re: Howto get the current file path with SSI"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|