As we know that a virtual direcoty can be linked to a folder with a diffrent name, how can I get the physical path of a virtual directory ?
I\'ve been trying with Ht
Server.MapPath("~/Images")
is the correct way to go about it as "~" references the root of your application.