feni

导航

buffer 超出 65536异常

Cannot write more bytes to the buffer than the configured maximum buffer size:65536

在用asp.net mvc web api的时候,客户端传上去的文件,服务端回复上面那个异常,在web.config里增加配置也不好使。估计配置用的不对。

后来在服务端把接收代码 content.ReadAsByteArrayAsync()来读取,用content.ReadAsStreamAsync()来代替。

posted on 2012-04-20 16:00  feni  阅读(558)  评论(0)    收藏  举报