I have java/ajax function that worked fine until I turned on dynamic compression on IIS6.0. It's a very simple function by creating a XMLHttpRequest. The request.readystate is 4 and reponse.status is 200, but my responseText and responseXML are now empty with dynamic compression. Without it, it works with absolutely no problems, so I am stumped. Would any one happen to have had similiar experience before?