How to pass large string data (stringified data) through ajax call to controller in MVC?
In my current scenario, my string is 820 KB. In controller, the string is received as [{"Id":"2vwf35f!@#qad", .... name:"sdfs"}]
.
I can find ....
in between the string data at controller side.