日期:2014-05-20  浏览次数:20400 次

webservice
向服务器端webservice,发送几十M的数据
调用webservice 出现基础连接已经关闭,发送错误

请大家指导下

------解决方案--------------------
确定webservice 调用的正确么?
------解决方案--------------------
wcf还是普通的webservice(amsx)
------解决方案--------------------
普通web service

<configuration>
<system.web>
...
<httpRuntime maxRequestLength="8000"></httpRuntime> <!- Add this line ->
 </system.web>
</configuration>

The maximum request size in kilobytes. The default size is 4096 KB (4 MB).