Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
With the new transport (TCP) added in SL4, and a few people started asking how to serve the cross-domain policy file if the TCP service is self-hosted (like the same issue for cross-domain calls to self-hosted HTTP services). I published a new post to address this issue, again just using the web programming model capabilities of WCF (NetFX 3.5). The post is at https://blogs.msdn.com/b/carlosfigueira/archive/2010/07/25/enabling-cross-domain-calls-for-sl-apps-on-self-hosted-tcp-services.aspx.
Carlos Figueira
WCF Team
Comments
Anonymous
April 19, 2011
In my project i have wcf service which is hosted in windows service. I need to use this service in Silverlight Application which is in same solution. When am calling method available in wcf service am getting Cross-Domain service access. How can i solve this problem. Please help me outAnonymous
May 02, 2011
The comment has been removed