Read the full details Here.
Carlos came up with an elegant way to enable cross domain calls from silverlight to self hosted WCF service.
Such calls requires the server to allow cross site scripting which is done by placing a settings XML file in the web site root.
But what about the cases where you self host a service in a process and you're not in the context of a web site root?
Well, that's what the post is about.