Silverlight Ria Domain Services

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by Trickypos, Mar 4, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Also i have added a standard WCF Service which i can browse to but when calling from a silverlight client i get a crossdomain.xml error. I have included this in my project see below;

    <?xml version="1.0" encoding="utf-8"?>
    <access-policy>
    <cross-domain-access>
    <policy>
    <allow-from http-request-headers="SOAPAction">
    <domain uri="*"/>
    </allow-from>
    <grant-to>
    <resource path="/" include-subpaths="true"/>
    </grant-to>
    </policy>
    </cross-domain-access>
    </access-policy>

    Also i can not browse to the policy

    http://www.userxxx.netfx4lab.discountasp.net/crossdomain.xml

    and fiddler reports "[Fiddler] Connection to www.userxxx.netfx4lab.discountasp.net failed.<BR>Exception Text: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 216.32.60.4:5516"
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    why is connecting via port 5516?
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page