Using ASP.NET how can I convert a absolute path to a relative client path?
Eg.: Today I have a address like that: 'c:\web\site\images\somefile.some' I want to convert to "/site/images/somefile.some", It is worth to say that "site", "images" and somefile.some may change.