Dec 30 2021 08:57 PM
Hi,
Currently, I have two solutions in my organization.
I hope the above information is enough to give you an idea of my current environment and the solutions that we are using.
My Requirement:
I am trying to open/embed SharePoint online document library webpart in a popup window in Dot Net application but when I do this, it gives me this error "Refused to display 'https //login.microsoftonline.com in a frame because it set 'X-Frame-Options' to 'deny'."
I follow this link
but the error is same. Is there a proper way to open the SharePoint Library in the MVC application?
I know we can communicate with SharePoint using CSOM, JSOM, Ajax calls, etc but I want to open the SharePoint library inside popup window.