"." returns the current physical directory of the file (e.g. aspx) being executed
".." returns the parent directory
"~" returns the physical path to the root of the application
"/" returns the physical path to the root of the domain name (is not necessarily the same as the root of the application)