The JSON request was too large to be deserialized

剛纔對數據進行批量更新時,收到一條錯誤信息:The JSON request was too large to be deserialized。web

 

 

查找資料,原來json對象數量有限制,得須要在web.config時行配置參數:json

 

 <appSettings>    
    <add key="aspnet:MaxJsonDeserializerMembers" value="500000"/>
  </appSettings>
Source Code
相關文章
相關標籤/搜索