var filePath = Server.MapPath("~/Images/" + filename); if(File.Exists(filePath)) { File.Delete(filePath); }