I\'ve been getting the same old error every time I test a new URL from my browser\'s address bar when I\'m returning Json (using the built-in
URL
returning Json
in your return use the following:
return this.Json("you result", JsonRequestBehavior.AllowGet);