Json 에서 JavaScriptSerializer 에러가 발생할 때
Json 에서 값이 크거나 설정된 부분보다 큰 값이 넘어오게 되면 에러가 밸생하게 된다. - 한글 JSON JavaScriptSerializer를 사용하여 serialize 또는 deserialize하는 동안 오류가 발생했습니다. 문자열의 길이가 maxJsonLength 속성에 설정된 값을 초과합니다. - 영문 Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property. web.config 에서는 설정하고 protected ContentResult LargeJsonResult(ob..