本文主要是介绍Sliverlight+Arcgisnbsp;跨域访问解决…,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
clientaccesspolicy.xml
--------------------------------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
<domain uri="*"/>
<domain uri="http://*"/>
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
***************************************************************************************
crossdomain.xml
----------------------------------------------------
<?xml version="1.0"?>
<!-- http://webgis/crossdomain.xml -->
<cross-domain-policy>
</cross-domain-policy>
这篇关于Sliverlight+Arcgisnbsp;跨域访问解决…的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!