我已将两个文件:clientaccesspolicy.xml 和 crossdomain.xml 复制到我的 web asp.net 应用程序的根文件夹中,并从 Visual Studio 以调试模式运行。VS上的调试链接是这样的:http://localhost:4801/
当我打开链接到Web服务的silverlight页面时,我收到了这些错误:
> 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
如何在 localhost 上调试 Web 服务?我已经将网站上传到服务器上,看起来还不错。