Operation is not valid due to the current state of the object.

今天遇到一個asp.net的草鬱悶的問題,看下截圖web

狂暈啊,在google上狂搜了一下,好在已經有大俠也遇到過這個問題了,先看下別人的解決辦法吧安全

Operation is not valid due to the current state of the object.這種類型的錯誤有不少,不少都是針對linq的,可是若是是下面的錯誤類型System.Web.HttpValueCollection.ThrowIfMaxHttpCollectionKeysExceeded() +2692302app

 

不過個人是+2419294,這個好像不是肯定的吧。。。asp.net

 

那就是由於google

由於在此次安全更新中對於asp.net單次的提交量作了一個最大量限制1000,出現這個異常正是由於頁面提交量超過了1000這個限制.這個能夠在web.config中更改:spa

 

<appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="8000" />
  </appSettings>

 

 OK,問題搞定.net

相關文章
相關標籤/搜索