I'm looking for a way to convert FQDN path: http://myserver.mydomain.com/mysite/myvirtualfolder/somefile.txt to physical path: c:\some\folder\somefile.txt.
My C# code is running on the same host where the IIS virtual Folder and IIS are located.
Is there any way to make such translation?