Frage

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.

Keine korrekte Lösung

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top