Thanks Kristofer and Grezegorz.
Well, it is not a asp.net app. Its a .Net remoting application. The simplest
way I got, to get the path is
Page pg = new Page();
string strAbsPath = pg.Server.MapPath(".") + "\\bin\\";
So unlike "HttpRequest" object creation, I don't have to bother abt any
parameters to get the physical path.
Thanks a lot any ways,
Pankaj A. Chitriv
"Kristofer Gafvert" wrote:
> Hi,
>
> I think that what you are looking for is the HttpRequest.MapPath method
>
> Here's a link to the MSDN documentation:
>
<font color=purple> > <a style='text-decoration: underline;' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebhttprequestclassmappathtopic.asp</font" target="_blank">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref...ml/frlr</a>>
>
> Hope this helps!
>
>
> --
> Regards,
> Kristofer Gafvert
> <a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<font color=purple> > <a style='text-decoration: underline;' href="http://www.ilopia.com</font" target="_blank">www.ilopia.com</font</a>>
>
>
> 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
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Getting IIS Code base directory