//current directory string str = Server.MapPath(".")
//parent directory string str = Server.MapPath("..")
//application's root directory string str= Server.MapPath("/")