WebService 出现因 URL 意外地以“/HelloWorld”结束,请求格式无法识别
时间:2021-07-02 00:37:30
收藏:0
阅读:18
要在webservice的web.config文件中的 <system.web> 节点下加入:
< webServices >
< protocols >
< add name = " HttpPost " />
< add name = " HttpGet " />
</ protocols >
</ webServices >
原文:https://www.cnblogs.com/Elcser/p/14960833.html
评论(0)