How can I get the relative virtual path from the physical path in asp.net? The reverse method is like below:
Server.MapPath("Virtual Path Here");
But what is the reverse of the upper method?
|
|
Maybe this question is what you're looking for. There they suggest:
|
|||
|
|
|
|||
|
|