webservice 外网可以进行访问测试需要在webconfig进行配置

1.需要在system.web中加入以下代码。

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

posted @ 2015-08-05 14:11  Eiffel——*  阅读(691)  评论(0编辑  收藏  举报