I\"m trying to connect my Silverlight application to a WCF service that I\'m hosting myself. I\'ve created a clientaccesspolicy.xml file, and placed it in the service host p
I did not understand how you're hosting your WCF service?
Is it hosted in a asp.net application or a windows host (self-hosting)? If the latter is the case, you may have to implement a clientaccesspolicy service that provides the content of the clientaccesspolicy.xml file on request.
For example like this.