Hello,
With certain files I get that error:
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
Parameter name: input
given that in my web.config I have the following:
it doesn't even go inside the controller in the backend.
Kindly note that I use vue.js for the frontend.
Thanks,