ClientAccess Policy for Silverlight Applications

ClientAccess XML Policy – for Silverlight Applications

<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="SOAPAction">
<domain uri="*"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>

 

Check this article for more information.

 

Was this helpful?