Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
700 views

Silverlight clientaccesspolicy.xml bug? or design?

In the domain node of a clientaccesspolicy file you can specify a wildcard for a sub domain or protocol, but it would appear not for a port. Specifically when developing, if the service consumed is ...
3
votes
3answers
3k views

Silverlight WCF + SSL security error - crossdomain.xml never requested

(I see several questions related to my problem but none of the solutions work for me as I am encountering this problem in production, not during local development, and I've already tried all of the ...
3
votes
5answers
225 views

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 ...
2
votes
1answer
167 views

ClientAccessPolicy file download aborted

I have an ASP .NET 3.5 + Silverlight 3 web site hosted on Win Server 2003. The url is of the following form: https://test.website.com:31443 The Client Access Policy has been placed in the ...
2
votes
1answer
989 views

Silverlight and clientaccesspolicy.xml

I have a silverlight app hosted on "dev.system-engine.com" which creates an tcp connection connecting to "dev.system-engine.com" the silverlight app and the policy file are on the ...
2
votes
3answers
365 views

How to evade Silverlight cross-domain security law?

how to evade Silverlight cross-domain security law? This point is one that I need to go round Cross-domain calls - Browser or Client - Allowed when it is configured per client access policy file ...
1
vote
2answers
130 views

Silverlight trying to access local crossdomainpolicy.xml

I have a Silverlight app that I developed locally, and I'm trying to run it on a Windows 2008 R2 server that I personally setup. Everything smooth and dandy, except that when I try to auth on the app, ...
1
vote
1answer
258 views

Silverlight 4.0: Cross Domain Policy Error

I have a webservice and a Silverlight application. I also have a crossdomain.xml and clientaccesspolicy.xml <access-policy> <cross-domain-access> <policy> <allow-from ...
1
vote
1answer
605 views

Self hosted WCF + Custom UserNamePasswordValidator + Silverlight 4

The code below suppose to run a self hosted with custom authentication WCF Service which needs to provide its services to a Silverlight 4 client (See code below). The result is that the infamous ...
1
vote
0answers
170 views

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 ...
1
vote
1answer
472 views

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. On the machines it fails on, I receive a ...
1
vote
2answers
607 views

How to debug WCF service with Silverlight

I have two solutions, one is the WCF service and the other one is the Silverlight. I would like to use the debugger on both solutions at the same time. The debugger for the WCF service automatically ...
1
vote
1answer
390 views

How can I get my WCF service's client access policy operation to be accessible from the root?

I have the following operation for hosting my client access policy in my WCF service: [OperationContract] [WebGet(UriTemplate = "/clientaccesspolicy.xml")] XElement RetrieveClientAccessPolicy(); ...
1
vote
2answers
513 views

Silverlight Socket

I am trying to connect a Silverlight client to a socket server and continue to get the following error: An attempt was made to access a socket in a way forbidden by its access permissions. I ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
117 views

What are the security implications of making a clientaccesspolicy proxy workaround?

I wanted to use published GoogleDocs documents and twitter tweets as the datasource of a Silverlight application but ran into clientaccesspolicy issues. I read many articles like this and this about ...
1
vote
1answer
241 views

clientaccesspolicy.xml and subdomain

my site has a subdomain, I use this policy with my silverlight app, <?xml version="1.0" encoding="utf-8" ?> <access-policy> <cross-domain-access> <policy> ...
0
votes
0answers
3 views

Disable caching of clientaccesspolicy.xml

I have a site hosted in IIS. This is a web service. I want to allow only authorized machines to access this web service. For this purpose I use clientaccesspolicy.xml file. I heard that we need to ...
0
votes
1answer
14 views

Attempting to access SOAP Service from Silverlight App, clientaccesspolicy.xml, crossdomain.xml

I am getting the dreaded "attempting to access a service in a cross-domain way without a proper cross-domain policy in place" error when attempting to call a soap service. When I look at fiddler, it ...
0
votes
1answer
79 views

What's the correct way of creating a HTTP to HTTPS redirect rule with ignoring clientaccesspolicy.xml and crossdomain.xml

We are forcing clients of our website to use HTTPS by simply using the URL rewrite module. Therefore we are using following condition: <?xml version="1.0" encoding="UTF-8"?> ...
0
votes
2answers
90 views

Very confusing Silverlight, Amazon S3, and clientaccesspolicy.xml problem

This is an odd one. I'm using Amazon S3 for storage of files in my Silverlight 4 application. Because of the file restrictions associated with the REST API and S3 (files have to be < 1mb for ...
0
votes
0answers
71 views

Error Connecting to WCF/OData with Silverlight Cross Domain on DiscountAsp

Im having a cross-domain issue when i have deployed my Odata.svc to a DiscountAsp.net host and am trying to connect to it from my local silverlight solution. I previously had the odata.svc on a ...
0
votes
0answers
95 views

Self-hosted OData service and clientaccesspolicy.xml

I'm exposing a self-hosted OData service and need to also host a clientaccesspolicy file to allow silverlight to consume the data. The OData service works great and can be navigated with a browser, ...
0
votes
2answers
474 views

Cross Domain Access Policy not working for silverlight hosted in IIS

My silverlight application is currently hosted in IIS and is set up to only use HTTPS. the silverlight web project is the root of the IIS website and the webservices project is a seperate web ...
0
votes
0answers
423 views

Silverlight consuming Odata feed Errors?

Im just connecting up a silverlight application to our Odata providor. I already have an IPad app that is using the OData provider so i know there is no issue with the providor. A lot of errors are ...
0
votes
1answer
101 views

CommunicationException occured due to the fact that my client access policy file was not accessed

I have the a WCF service that is hosted in a console application. Here's the app.config file: <?xml version="1.0"?> <configuration> <system.serviceModel> ...
0
votes
1answer
258 views

Serving clientaccesspolicy.xml through WCF Rest service, while hosting on IIS

I am building a simple HTTP file server. I have an asp.net web application that exposes a WCF service (FileService.svc). The service contract is: [OperationContract] [WebGet(UriTemplate = "/*")] ...
0
votes
0answers
107 views

Failing to combine WFC service requests and TCP socket calls in Silverlight application

I am writing a Silverlight 4 application in which I want to be able to both call a WCF web service on my local IIS web server and make socket calls via TCP. To begin with, when I completely omit the ...
0
votes
1answer
81 views

When and how to use clientaccesspolicy.xml in Silverlight

I am confused by when and how to use the clientaccesspolicy.xml file in Silverlight. What is it for? Right now, my deployed site (not localhost but the remote server) does NOT have it and I can still ...
0
votes
2answers
235 views

Silverlight access Azure Table REST - clientaccesspolicy.xml?

Is it possible to have a Silverlight client app directly access the Azure Table service REST endpoints? Putting aside concerns about how to sign the requests without leaking the shared access key, ...
0
votes
1answer
311 views

Silverlight to self hosted WCF

I have a silverlight application which has a WCF in it. Since it is a self hosted WCF I've understand I have to add an interface something like: [ServiceContract] public interface IPolicyRetriever { ...
0
votes
3answers
147 views

C# silverlight - WCF calls

I have a silverlight application which has some calls to a WCF service. Both silverlight and WCF are located on the localhost. when I run the silverlight application but it fails in the calls to WCF ...
0
votes
2answers
171 views

My silverlight application is still trying to connect to localhost after being published to a remote server

I'm developing a silverlight application that uses a web service. It works just fine when I run it on my local machine but when I publish it to a remote server, it fails because it is looking for a a ...
0
votes
1answer
146 views

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 ...
0
votes
3answers
168 views

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 Allow GET, POST, PUT, DELETE (or just any) Allow any request headers ...
0
votes
1answer
283 views

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 ...
0
votes
1answer
683 views

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/ ...
0
votes
1answer
145 views

How do I write a secure ClientAccessPolicy.xml file?

I'm using a ClientAccessPolicy.xml file that I think allows pretty much all access to my WCF service: <?xml version=""1.0"" encoding=""utf-8""?> <access-policy> ...
0
votes
0answers
244 views

Call external XAP from local SL app -> CrossDomain issue

Hy everyone. I want to load a Xap file located on a server from a Silverlight application running in a local winforms browser application. The html site for the browser control is located on the ...