Is it possible to place clientaccesspolicy.xml file into site root for the SharePoint Online, which is part of Office 365 subscription? The point is to use Silverlight CSOM from a Silverlight Application running in another environment (on-premise, or hosted). I couldn't find any solution for the clientaccesspolicy.xml. There are only work-arounds suggesting to combine the external (to the Office 365) Silverlight Application with a web/wcf/ria services, that would use the .net client object model to query the data.

share|improve this question

1 Answer

up vote 1 down vote accepted

No, it is not possible in Office365 you share a webapplication with other users, so that would be a security issue.

To pull data you could use

  • CLR CSOM
  • SharePoint WebServices
  • SharePoint RESTful interface (ListData.svc)
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.