문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top