
- Moderator
- 386
There is a limitation in the .NET Framework on the JSON request being sent to the server. The fix is actually very simple. You need to increase the limit via adding a setting in your Web.config file.
Into the <appSettings> section add the following line:
<add key="aspnet:MaxJsonDeserializerMembers" value="150000" />
Hope this helps!
I've tried changing web.config. I've also tried changing the MaxJsonLength property in web.config. No luck. As per my description it seems to be a problem in the code and not the config.
Into the <appSettings> section add the following line:
<add key="aspnet:MaxJsonDeserializerMembers" value="150000" />
Hope this helps!
I've tried changing web.config. I've also tried changing the MaxJsonLength property in web.config. No luck. As per my description it seems to be a problem in the code and not the config.
Hi madsgodvinjensen,
please submit a ticket with the required data to our system providing a link to your site and admin credentials, so we can investigate it.
Regards,
Hristian Dimov
Nop-Templates.com
Hristian Dimov
Nop-Templates.com