我的网站有一个子域,我将此政策与我的 silverlight 应用程序一起使用,
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
<domain uri="http://dev.system-engine.com"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
但我得到了这个例外:
错误:Silverlight 2 应用程序中的未处理错误尝试以访问权限禁止的方式访问套接字。
它在linux主机上运行