silverlight 调用 webservice到底要怎样才可以

2024-12-23 14:26:23
推荐回答(1个)
回答1:

在网上找了都说是由于跨域而导致的,但是我在我的web根目录下放置了

文件: clientaccesspolicy.xml

< access-policy >
< cross-domain-access >
< policy >
< allow-from http-request-headers ="*" >
< domain uri ="*" />

< grant-to >
< resource path ="/" include-subpaths ="true" />





和文件: crossdomain.xml