Silverlight & WCF: Max message size

前端 未结 3 1019
刺人心
刺人心 2021-01-13 15:37

When I pass a list of objects out of my silverlight app using WCF everything works fine until the List grows too big. It seems that when I exceed 80 items I get the error: T

3条回答
  •  [愿得一人]
    2021-01-13 16:15

    There are two config files. The silverlight clientconfig will let you send the larger message, but if you'r eusing WCF, there is a server web.config that limits the size of the received message (to prevent DDOS attacks).

提交回复
热议问题