• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

Rusteel Wang's Blog

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

View Post

The test form is only available for requests from the local machine

web service在提供给别人调用时遇到问题,web service的URL能正常访问,但点击任何一个方法的链接均出现这样一行信息“The test form is only available for requests from the local machine.”

 

查找了下原因, 原来是web.config文件没有添加相应的节导致,只需添加以下节到web.config即可。

<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
    </webServices>
    </system.web>

</configuration> 

posted on 2011-07-27 13:48  Rusteel  阅读(511)  评论(0)    收藏  举报

刷新页面返回顶部
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3