Documentation for this section has not yet been entered.
In redirect scenarios using HttpServerUtility.Execute(string) and HttpServerUtility.Transfer(string, bool), the HttpRequest.PhysicalPath property returns the path to the original page. To find the physical path of the currently executing page use the HttpRequest.MapPath(string, string, bool) method with the input argument set as the HttpRequest.CurrentExecutionFilePath property.