标签:配置 system only prot from oca requests 解决办法 get
在Web服务项目中的Web.config文件中添加如下配置即可:
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
使用浏览器测试Web服务时出现提示“The test form is only available for requests from the local machine.”的解决办法
标签:配置 system only prot from oca requests 解决办法 get
原文地址:http://www.cnblogs.com/Lemon-Fei/p/7518844.html