Re: Getting IIS Code base directory
From: Kristofer Gafvert (kgafvert_at_NEWSilopia.com)
Date: 02/08/05
- Next message: Kristofer Gafvert: "Re: Prefill Security dialog for Basic Authentication"
- Previous message: Kristofer Gafvert: "Re: newby smtp virtual server question"
- In reply to: donotspam: "Getting IIS Code base directory"
- Next in thread: donotspam: "Re: Getting IIS Code base directory"
- Reply: donotspam: "Re: Getting IIS Code base directory"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 08 Feb 2005 10:41:11 -0800
Hi,
I think that what you are looking for is the HttpRequest.MapPath method
Here's a link to the MSDN documentation:
Hope this helps!
-- Regards, Kristofer Gafvert www.gafvert.info - My Articles and help www.ilopia.com Pankaj wrote: > Hi, > I'm in the situation where I want to get the absolute path of IIS code base > directory (i.e. typically <website name>\bin ), without passing the website > (virtual directory) name. > > As the default current directory (or working directory) for the IIS is > "C:\WINNT\system32\inetsrv", the "Directory.GetCurrentDirectory()" method > always returns "C:\WINNT\system32\inetsrv" and not the path where actual > binary files of the website are residing. > > Can anybody help me by telling how do I get the absolute path of the > directory "without passing the website name" ? > > Thanks in advance > Pankaj A. Chitriv
- Next message: Kristofer Gafvert: "Re: Prefill Security dialog for Basic Authentication"
- Previous message: Kristofer Gafvert: "Re: newby smtp virtual server question"
- In reply to: donotspam: "Getting IIS Code base directory"
- Next in thread: donotspam: "Re: Getting IIS Code base directory"
- Reply: donotspam: "Re: Getting IIS Code base directory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|