Is there a way to allow my entire sharepoint server to be viewed in an iframe?It's hosted locally, so I'm not worried if I allow ALL hosts to embed the sharepoint site in an iframe. Any ideas
I've tried:
On specific pages, <WebPartPages:AllowFraming runat="server" /> does not work.
Modifying the http requests in web.config to add X-Frame-Options ALLOW-FROM url does not work either. I have tried everything I could think of or search for on the Internet.