我在使用Wcf时遇到了以下错误

我在使用Wcf时遇到了以下错误

本文介绍了我在使用Wcf时遇到了以下错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在wcf实现中有以下错误



NetworkError:405方法不允许

.......... ......................

阻止跨源请求:同源策略禁止读取远程资源:http:// www .californiafarmequipment.com / service1.svc /手表/ wlogin。这可以通过将资源移动到同一个域或启用CORS来修复



ERROR 405的含义是什么

I have following error in wcf Implementation

NetworkError: 405 Method Not Allowed
................................
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource athttp://www.californiafarmequipment.com/service1.svc/watches/wlogin. This can be fixed by moving the resource to the same domain or enabling CORS

what is the meaning for ERROR 405

推荐答案


这篇关于我在使用Wcf时遇到了以下错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 20:24