XMLHttpRequest works in ASP.NET development server, but not in IIS 6.0

Posted by Apocatastasis on Stack Overflow See other posts from Stack Overflow or by Apocatastasis
Published on 2010-06-01T21:50:57Z Indexed on 2010/06/01 21:53 UTC
Read the original article Hit count: 179

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about iis6

Related posts about xmlhttprequest