码迷,mamicode.com
首页 > Web开发 > 详细

使用浏览器测试Web服务时出现提示“The test form is only available for requests from the local machine.”的解决办法

时间:2017-09-14 10:43:31      阅读:626      评论:0      收藏:0      [点我收藏+]

标签:配置   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!