public ActionResult Index(){ var path = Server.MapPath("~/frog.jpg.jpg"); return File(path, "iamge/jpeg");}