I have an MVC controller that returns JSON. I want to read/get that JSON using jQuery and loop through the json items/rows.
Basically I am reading bunch of comments
Remove [HttpPost] from your controller method to allow get requests in conjunction with JsonRequestBehavior.AllowGet
What internal server error do you get? what is the message?