I\'m trying to post JSON via AJAX to a Classic ASP page, which retrieves the value, checks a database and returns JSON to the original page.
I can post JSON via AJAX. I
I having same issue but very soon i figure out how to post a json object to ASP server.
Here is the idea: not tested. Work hard on it ><.
Parse the json object into string then post back to server.(this is a typical string posting)
on ASP side, use JSON library to parse the string back into the object.
link for the JSON library http://code.google.com/p/aspjson/
'I assume ppl that try post JSON back to asp should have basic posting knowledge. Any further assistance please let me know