Ajax carrying the body of Achilles by Sebastià Giralt on flickr
I’ve been battling away with JavaScript, jQuery, Ajax, and WCF in a project for several days now failing to see why my Ajax call repeatedly threw an “Internal Server Error” without any of the WCF server code running. It turns out that I’d forgotten to put quotes in the JSON data field around the string I was passing in, I had them around the argument names, but not the string values.
Advertisement