I have the following web service;
[WebMethod] public string HelloWorld() { return \"Hello World\"; }
It\'s stock st
I had the same error on a page, and I added these lines:
and it finally works for me ;) no more error in IE9.