I have created an ASP.net web application where I am trying to display a SharePoint Office 365 online site through iframe.

I am getting an error

XFrame cannot be set to same origin

How to display entire SharePoint site in aspx page? If This is possible, what is the approach which needs to be followed?

Please note I do not have permissions to modify SharePoint master page.

没有正确的解决方案

其他提示

I presume your ASPX page and Office365 are different (sub)domains

Cross-domain iframe requests to SharePoint Online organizations are blocked.

https://support.microsoft.com/en-us/kb/2795602

http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx

许可以下: CC-BY-SA归因
scroll top