I am trying to access a third parties ArcServer (v10.1) Service, and successful in Development (API 2.5), however, when I publish to the server (IIS) I receive the following errors when trying to load the service:
MapManager
3rd Party layer failed to load: Fault code: Channel.Security.Error
Fault info: Security error accessing url
Fault details: Destination: DefaultHTTP
I can see the Crossdomain.xml load in Firebug for the 3rd party, which contains the following:
<cross-domain-policy>
<allow-access-from domain="*" secure="false"></allow-access-from>
<site-control permitted-cross-domain-policies="all"></site-control>
<allow-http-request-headers-from domain="*" headers="*" secure="false"></allow-http-request-headers-from>
</cross-domain-policy>
Any thoughts what is wrong?
Thanks,
Matt Shetzer