Here is how I do it:
HttpContext.Current.Server.MapPath(@\"~\\~\\~\\Content\\\")
HI know that \'.\' is for the root of the project, but how
You can use Parent.Parent.FullName
string grandParent = new DirectoryInfo(HttpContext.Current.Server.MapPath("~/")).Parent.Parent.FullName;