webservice 无法在网页中进行测试问题
在System.web配置节加入以下内容即可
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
mark。。。。
在System.web配置节加入以下内容即可
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
mark。。。。