要在web.config文件中的 <configuration> <system.web> 节点下加入:

<webServices>
    <protocols>
        <add name= "HttpPost" />
        <add name= "HttpGet" />
    </protocols>
</webServices>
注意末尾空格,在 " / 之间,否则此配置不能生效

 

相关文章:

  • 2021-08-07
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-09-09
  • 2022-02-02
猜你喜欢
  • 2021-12-29
  • 2021-07-16
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案