I have a jquery code that calls an endpoint to grab the details of the record using $.getJSON(). I have use this code in several of MVC projects without any problem but in my MVC 2 project it does not trigger my callback at all. I thought it was just a JSON formatting issue because the only way the callback may not trigger if you have incorrect JSON format. But when I test it using fiddler the the structure are intact and the endpoint returns the right data.
[More]