Response.ContentType = "application/pdf"; string path = "/Ship_Pdf/xxx.pdf"; Response.WriteFile(path);