msxml XMLHTTPRequest and timeout
        Posted  
        
            by Tamm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tamm
        
        
        
        Published on 2010-03-11T17:55:11Z
        Indexed on 
            2010/03/11
            17:59 UTC
        
        
        Read the original article
        Hit count: 869
        
Hi,
what determins the timeout value for XMLHTTPRequest (msxml version) send method? I'm calling it from MS Sql server and the server profiler shows me 'completed' after 30 seconds, the same happens when calling it through client programm calling stored proc. I set the client connection timeout to 120 sec. So im thinking it must be msxml that cancels send method after 30 secs. Any ideas?
© Stack Overflow or respective owner