首页 > Web开发 > 详细

关于发布webservice提示The test form is only available for requests from the local machine

时间:2014-03-12 18:14:27      阅读:409      评论:0      收藏:0      [点我收藏+]

通过编辑 Web 服务所在的 vroot 的 Web.config 文件,可以启用 HTTP GET 和 HTTP POST。以下配置同时启用了 HTTP GET 和 HTTP POST:
<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
    </webServices>
    </system.web>
</configuration>

来源:http://www.cnblogs.com/wuchao/p/3177847.html

关于发布webservice提示The test form is only available for requests from the local machine,布布扣,bubuko.com

关于发布webservice提示The test form is only available for requests from the local machine

原文:http://www.cnblogs.com/lmy213/p/3596773.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!