0

Am working on a Silverlight integration with SharePoint. I use the Client Object Model to fetch information from list of multiple site collections. To do this successfully, I currently use the ClientAccessPolicy.xml for the Client Object Model to fetch data from multiple Site Collections. Now the problem that I have is, my client does not allow the file ClientAccessPolicy.xml to be put on the Virtual Directory. Is there a workaround to this? Is there a way to fetch the lists from Site Collections without ClientAccessPolicy.xml

4

1 回答 1

1

I`m fairly sure the only way to bypass the lack of a clientaccesspolicy.xml when using Silverlight is to create your own server-side web service proxy that wraps the SharePoint API/Services calls and exposes whatever you want to send to Silverlight from that web-service, keeping it in the same domain as the Silverlight app.

于 2011-11-15T06:07:39.367 回答