Getting relative virtual path from physical path

Maybe this question is what you’re looking for.
There they suggest:

String RelativePath = AbsolutePath.Replace(Request.ServerVariables["APPL_PHYSICAL_PATH"], String.Empty);

Leave a Comment