1
我的網站有一個子,我用這個政策,我的Silverlight應用程序,clientaccesspolicy.xml和子
<?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主機