Hello Sir,
I have a json string whose length more than 2000 character. so when the length of json string characters is less than 1000 it pass to web service with jqery easily and save data in database. But more than 1000 characters string through exception "unspecified network error". please let me know if you have any solution for this issue..
Thanks
Mukesh Salaria
Loading
Iftikar HussainPosted Aug 23, 2013, 3:24 AM
refer the link
http://stackoverflow.com/questions/1151987/can-i-set-an-unlimited-length-for-maxjsonlength-in-web-config
http://stackoverflow.com/questions/6860053/json-maximum-length-problem-with-asp-net
Regards,
Iftikar
mukesh salariaPosted Aug 23, 2013, 2:51 AM
But I already implement this trick thats not work for me. Please let me know if you have any other idea to fix this problem.
Thanks,
Iftikar HussainPosted Aug 22, 2013, 3:51 AM
Please refer the below link
http://geekswithblogs.net/frankw/archive/2008/08/05/how-to-configure-maxjsonlength-in-asp.net-ajax-applications.aspx
Regards,
Iftikar