Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I created a silverlight component and a WCF service, both are communicating using a PollingDuplexHttpBinding to enable push and pull functionality.

Works perfectly in our domain, however, a host outside our domain makes completly no calls to the webservice which is publicly exposed.

clientaccesspolicy file is available and downloadable from the root, I even added a crossdomain file. So from server A to server B (A and B in same domain) I see the post requests from the silverlight client (in FireBug), between from A and C (where C is an external server), there no calls, even not to the clientaccesspolicy file.

Is a PollingDuplexHttpBinding and cross domain still posible (cannot find anything about this) or is there something else I can look at?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.