Home > Archive > ASP .NET > June 2005 > how to get application name and path programmatically
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to get application name and path programmatically
|
|
|
| Dear ASP.NET Programmers,
How can I get the name of my application programmatically? Also the path of
the application. For instance, if my application is named "buran" and
located in c:\inetpub\wwwroot\buran directory, how can get them? Thanks in
advance,
Buran
| |
| Brock Allen 2005-06-11, 3:58 pm |
| Request.PhysicalApplicationPath
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Dear ASP.NET Programmers,
>
> How can I get the name of my application programmatically? Also the
> path of the application. For instance, if my application is named
> "buran" and located in c:\inetpub\wwwroot\buran directory, how can get
> them? Thanks in advance,
>
> Buran
>
|
|
|
|
|