Select to view content in your preferred language

Cannot access crossdomain or clientaccesspolicy

2413
2
02-10-2012 09:58 AM
ChristopherBlinn1
Regular Contributor
Hello All,

I was testing out the new Silverlight Viewer and started having some issues when I was attempting to make some changes to an app I created.  When I load the application builder and click edit, I get an error saying the application cannot access a crossdomain or clientaccesspolicy file.  I have both crossdomain and clientaccesspolicy documents in my web root folder so I am not sure what the issue is.  Has anyone else run into this yet?  Any ideas on what the issue could be? Any help is appreciated.

Thanks,
Chris
0 Kudos
2 Replies
ChristopherBlinn1
Regular Contributor
I was able to fix the issue by going into the sites.xml document and changing the URL to go open the application using the domain name switch we applied.
0 Kudos
PiotrSkworzec
New Contributor III
Hello,
I have also the same problem.
On my machine I have Windows 2008R2 and IIS7.
Crossdomain.xml is on web root
c:\inetpub\wwwroot\

Builder runs ok, but when I try to edit my previous project, error window appears and it says that I don't have crossdomain.xml or clientaccessspolicy.xml

My crossdomain.xml looks like this:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    <allow-access-from domain="*"/>
</cross-domain-policy>
0 Kudos