I am facing an issue where the JSON serialization fails when their is a large chunk of data to be posted to the controller. Using the code provided in the following link:
JsonValueProviderFactory throws "request too large"
Now, there is an amount of delay when the data reaches the controller method. I debugged the same, and there is a delay of around 4-5 minutes. My data size is 1.5MB.
Is this due to the size of the data?
Any help is highly appreciated.