Hello everyone
I have asp.net mvc project
When I call function from ajax that get big data I set
maxjsonlength in c# controller and it works fine
but when i wont to save that data and wont call function with big object parameter i Get error that can not deserialize big json data
it use javascriptserializer and there where default value
how change it from ajax call