After struggling several hours with a problem that seemed complex, it's time for me to write a short little post about it.I created a website the displays a list of PDF documents on one side and on select displays the document in an iframe. All seemed pretty straight forward and functional, so putting it into production I wasn't expecting any problems. But oh boy was I wrong!The solution is farely simple loading the document into the frame with Response.BinaryWrite from the source page:var buffer ......