I\'ve successfully created and am currently using a clientaccesspolicy.xml file to expose my WCF to my Silverlight client, with an allow-from domain uri of http://*.I\'d like to tighten it up by using
I\'ve got a Silverlight4 app that I\'m running on https, deployed to Azure.Everything\'s working except for one small glitch.I\'ve got content in the form of jpg thumbnails and associated zip files wi
How do I specify a wildcard \'*\' for the ports in a client access policy file? If I want to specify multiple ports in the following file is there anyway to do this using a wildcard instead of explic
I have a RESTlike API that I want to access from Silverlight. It needs to support the following: All requests are made over SSL
I\'m trying to communicate with an Apache web server in a cross-domain way. I have a clientaccesspolicy.xml file set up on the root of the domain and it is successfully retrieved by the Silverlight c
I have a clientaccesspolicy.xml that allows everything. I use javascript to pop up a window from an a开发者_如何学编程spx from the same server.
I\'ve got a Silverlight app that talks to an HTTPS web service. On most machines it works fine, however, on some machines it fails consistently.
I am trying to connect a Silverlight client to a socket server and continue to get the following error:
Trying to call a WCF with a netTcpBinding via Silverlight, I am getting the error: \"TCP error code 10013: An attempt was made to access a socket in a way forbidden by its access permissions.. This c
I\'m trying to create a basic WCF Service and Silverlight client. I\'ve followed the following tutorial: http://channel9.msdn.com/shows/Endpoint/Endpoint-Screencasts-Creating-Your-First-WCF-Client/