clientaccesspolicy.xml
wildcard allow-from uri in clientaccesspolicy.xml failing for Silverlight access to WCF
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[详细]
2023-01-30 04:13 分类:问答Silverlight cross-scheme access to jpegs denied
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[详细]
2023-01-22 07:07 分类:问答how to specify all ports in client access policy file - silverlight
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[详细]
2023-01-21 21:15 分类:问答How do you build a clientaccesspolicy.xml for this API?
I have a RESTlike API that I want to access from Silverlight. It needs to support the following: All requests are made over SSL[详细]
2023-01-21 03:23 分类:问答Silverlight - ClientAccessPolicy.xml Syntax
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[详细]
2023-01-19 01:22 分类:问答Can't access silverlight web service
I have a clientaccesspolicy.xml that allows everything. I use javascript to pop up a window from an a开发者_如何学编程spx from the same server.[详细]
2023-01-14 23:37 分类:问答Silverlight can't talk to HTTPS web service?
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.[详细]
2023-01-12 06:29 分类:问答Silverlight Socket
I am trying to connect a Silverlight client to a socket server and continue to get the following error:[详细]
2022-12-31 20:43 分类:问答Silverlight WCF netTcpBinding problem
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[详细]
2022-12-31 16:19 分类:问答Where to place ClientAccessPolicy.xml for Local WCF Service?
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/[详细]
2022-12-31 01:42 分类:问答