try using
Server.MapPath Method[
^]
string folder = Server.MapPath("pdfs");
string filePath = System.IO.Path.Combine(folder, "channel-hw list.pdf");
string embed = "<object data=\"{0}\" type=\"application/pdf\" width=\"900px\" height=\"600px\">";
ltEmbed.Text = string.Format(embed, filePath);