living in my life (史蘭諾系統整合服務)
2013年5月24日 星期五
[ASP.NET]解決 URL 編碼型式資料無效 (Resolving URL encoded information type is invalid)
問題 解決 URL 編碼型式資料無效
解決方法
由於該頁面的資料量超過預設的數量(1000個欄位)所造成
於web.config裡加入
<appSettings>
<add key="aspnet:MaxHttpCollectionKeys" value="5000" />
</appSettings>
value依需求自行填入
沒有留言:
張貼留言
‹
›
首頁
查看網路版
沒有留言:
張貼留言