Framed Office Web Apps SharePoint 2010

Posted by webbes on ASP.net Weblogs See other posts from ASP.net Weblogs or by webbes
Published on Mon, 13 Dec 2010 12:20:00 GMT Indexed on 2010/12/13 13:09 UTC
Read the original article Hit count: 528

Unfortunately the X-Frame header, that is added by the Office Web Apps service, prevents Internet Explorer to render office documents in an I-Frame! To solve this we've create a very simple HttpModule that checks for the header and changes the value from "DENY" to "SAMEORIGIN". This post simply shows the code for such a module that enables previewing of documents with Office Web Apps inside an I-Frame....(read more)

© ASP.net Weblogs or respective owner

Related posts about sharepoint

Related posts about SharePoint 2010