Documentation for this section has not yet been entered.
HttpRequest.CurrentExecutionFilePath returns the file path to the currently executing page handler. For redirect scenarios using HttpServerUtility.Execute(string) and HttpServerUtility.Transfer(string, bool) methods this means that the HttpRequest.CurrentExecutionFilePath property returns the path to the page redirected to (child page). However, when the client is redirected to another page, the HttpRequest.FilePath property returns the path to the original page.