Hi,/P>
When we are working on an asp.net Application we have to work with various type of Path. These paths are present in the Request Object. Each path has a different meaning and way for representation. Here is a list of different kind of paths used in Asp.net/P>
Application Path – Will return the root path of the application. This is used to get the application path. This can be found in Request Object. By the default the /P>
CurrentExecutionFilePath – used to get the virtual path of the current request. The difference from the FilePath property is that if there is a redirection of the request in the server code (Server.Transfer) then this will return the correct value. For example it might return the value //Vikramlakhotia.com//MyAdm//LogFeed.aspx
FilePath – will provide the Virtual Path of the current request. (See the difference with CurrentExecutionFilePath above.)/P>
Path – Returns the