标签: c# asp.net web-services post asmx
我已将以下行添加到web.config文件中。但我不断获得
不允许使用HTTP / 1.1 405方法 允许:GET,HEAD,OPTIONS,TRACE
<webServices> <protocols> <add name="HttpPost"/> </protocols> </webServices>
这是ASMX Web服务。我需要对其进行HTTP POST调用以发送一些数据。