开发者

WCF service and windows mobile

I have wcf web service which get data and insert it into database. And I have app which send data to this service. All work while user send small data set. but when user send large dataset web service recive error. How can I set settings for window开发者_如何转开发s mobile which can give me acces to sending large data?


Based on your app symptom, it looks like the MaxReceivedMessageSize default of 64K is too low. You need to bump it up to an appropriate size. The link above shows how to do it in code but it can also be configured in the application config file in the appropriate binding element.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜