Quantcast
Channel: Silverlight 5 clientaccesspolicy.xml - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by brimble2010 for Silverlight 5 clientaccesspolicy.xml

Give this a try:<allow-from http-request-headers="*"><domain uri="*"/><domain uri="https://*" /></allow-from>

View Article



Answer by Matt Holcomb for Silverlight 5 clientaccesspolicy.xml

You might try adding https:// explicitly in your allow-from:<allow-from http-request-headers="*"><domain uri="http://*"/><domain uri="https://*" /></allow-from>I assume when you...

View Article

Silverlight 5 clientaccesspolicy.xml

I have a Silverlight 5 app that is making requests to a WCF data service over HTTPS on a separate domain (server) hosted via IIS 6 (at say mydomain.com/service.svc). The silverlight app gets a...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images