Display Word document in aspx page

Hi,

Iknow I’m missing something here…What is the easiest way to display a Word document from a database to a user within an aspx page? I have it as either a Byte array or a stream and tried Repsonse.BinaryWrite to send the Byte array to the browser, but it just shows the binary data, not the Word document.

Thanks for any info,

Brad

P.S. The document was created with Aspose, not that that should have anything to do with it.

https://forum.aspose.com/t/129750