web.config中的system.web配置节点下增加这一段配置:
1: <webServices>
2: <protocols>
3: <add name="HttpPost" />
4: <add name="HttpGet" />
5: <add name="HttpPostLocalhost" />
6: </protocols>
7: </webServices>
本文详细介绍了在web.config文件中增加webServices配置节点的过程,并解释了如何添加不同的协议,如HttpPost、HttpGet和HttpPostLocalhost。通过阅读本文,开发者可以更好地理解web.config文件在Web应用程序中的作用。
674

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



