Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
E:\\DocumentManager\\Upload\\rzgtlxvmuolmhej4ibvyif2o.pdfデータベースには( ) のような行が 10 行あります。だから私はそれを拾うためのデータセットを持っていますE:\\DocumentManager\\Upload\\rzgtlxvmuolmhej4ibvyif2o.pdf.aspx/c#コードビハインドを使用してWeb上のブラウザ()に表示/表示する方法を知りたいです.
E:\\DocumentManager\\Upload\\rzgtlxvmuolmhej4ibvyif2o.pdf
MapPath は相対パス用です
絶対パスの場合は、パス文字列をそのまま使用します
Response.WriteFile("E:\...");