因 URL 意外地以“/HelloWorld”结束,请求格式无法识别。

WebService中发布之后出现这个错误,

解决方法:

web.config文件中的 <system.web> 节点下加入:
<webServices>
    <protocols>
        <add name= "HttpPost"/>
        <add name= "HttpGet"/>
    </protocols>
</webServices>

posted @ 2019-03-07 16:54  何以平天下  阅读(831)  评论(0编辑  收藏  举报