webservices发布后远程无法调试的解决方法

在webconfig文件中的<system.web>节点下加入以下配置:

<webServices>
  <protocols>
    <add name="HttpSoap"/>
    <add name="HttpPost"/>
    <add name="HttpGet"/>
    <add name="Documentation"/>
  </protocols>
</webServices>

posted @ 2012-12-28 10:48  Servant  阅读(186)  评论(0)    收藏  举报