I have a WCF service that I access fram Javascript using AJAX and JSON. The client and the service is on the same site (domanin). It works great.
I now need to call the same service from several other sites/domains. How is this done? So far I have not found any resources describing this scenario.
These sites uses ASP.NET 4.0 (C#).