在服务器webconfig中加入
<system.web>
.......
<webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices>
</system.web>
本文详细介绍了如何在服务器webconfig中加入HTTP协议配置,包括HttpGet和HttpPost的设置,帮助开发者更好地理解并实现HTTP服务。
在服务器webconfig中加入
<system.web>
.......
<webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices>
</system.web>

被折叠的 条评论
为什么被折叠?