500 – Internal server error when i try to retrive large json value from web method

This is the very common error when you try to get the large json value from web method. You can get the 500 – Internal server error page on your site. And you are confirm that you have very large json length then you can change the JSON serialization setting through the your web.config file. Continue reading “500 – Internal server error when i try to retrive large json value from web method”