I cannot pass ?? as data in a JSON object to a web service.
One ? will save - two (??) will not!
The image below shows the $.ajax call - it never makes it to the VB web service (I set a break point in that code) - it appears to be getting rejected by the IIS process.
Interestingly enough you can see that I'm passing in "a??" as the data - and the "parseerror" is coming back with the "a??" changed to
"ajQuery15204.........."
I did read about ?? being some kind of php query separator - I'm not using php...
What the heck is going on here??




Reply With Quote