Silverlight clientaccesspolicy.xml File That Grants Rights to the Root Path and Subpaths to Everyone : Policy « Data « Silverlight






Silverlight clientaccesspolicy.xml File That Grants Rights to the Root Path and Subpaths to Everyone

 

<?xml version="1.0" encoding="utf-8" ?>
<acces-policy>
  <cross-domain-access>
    <policy>
      <allow-from>
        <domain uri="*" />
      </allow-from>
      <grant-to>
        <resource path="/" include-subpaths="true"/>
      </grant-to>
    </policy>
  </cross-domain-access>
</acces-policy>

   
  








Related examples in the same category

1.Base client access policy.xml for WebClient or HTTP access
2.More restrictive client access policy
3.Silverlight clientaccesspolicy.xml File That Grants Access for Specific Directories to Specific Domains