I have copied both files: clientaccesspolicy.xml and crossdomain.xml to the root folder of my web asp.net application and running in debug mode from Visual Studio. The link of the debug on VS is something: http://localhost:4801/
when I open the silverlight page where it links to a web service and I got these errors:
> Failed to load resource: the server responded with a status of 404
> (Not Found)
> http://localhost/clientaccesspolicy.xml
>
> Failed to load resource: the server responded with a status of 404 (Not Found)
> http://localhost/crossdomain.xml
How can I debug the web service on localhost? I have uploaded the site on server and it seems fine.