Interesting issue with ScriptManager timeout value happens only in win2k machines
        Posted  
        
            by jg
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jg
        
        
        
        Published on 2009-08-05T01:48:14Z
        Indexed on 
            2010/05/06
            1:28 UTC
        
        
        Read the original article
        Hit count: 355
        
asp.net-ajax
When I set the Asyncpostbacktimeout value to a large value like 3600000000, the scriptmanager throws a timeout exception (it throws the error almost immediately after user action which triggers ajax request, so it is not timing out because the server is not responding). If I reset this value to some sane number like 3600 or even 36000, it works fine. AJAx content is getting updated in the page.
This weirdness happens only in windows 2000 machines and does not happen in XP machines
Any thoughts ?
© Stack Overflow or respective owner