Hi,
The problem I'm having is that I have a Silverlight app hosted in an ASP.NET app which is making web service calls to 2 web services in the ASP.NET
Locally this works fine, it is accessing the policy files at http://localhost:1982/crossdomain.xml Set up on the remote server though it is still looking for the policy at this location, the service references have been updated to reflect there location on the server. http://webserver/JobWatchService.svc would be the service location but it's still looking for the policy at http://localhost:1982/crossdomain.xml
Any ideas?