I have a question, we are converting asp.net 3.5 to asp.net 4.5 during this - we had many problems but now... we finally got it too load up now i am having strange behaviour in JSON responses from services they don't contain "d" anymore!
{d: "response from server"}
its now
{"response from server"}
which breaks javascript code for callback any idea? or explanation