XMLHttpRequest works in ASP.NET development server, but not in IIS 6.0
- by Apocatastasis
Hi. I'm sending data to a web service through the MSXML2.XMLHTTP40 object. It's works fine in the development enviroment, but IIS is unable to send the data (long wait and then IIS close the connection). I must configure some in IIS in order to enable XMLHttpRequest ?