做了个即时留言板
但是长时间不管页面会报
Sys.WebForms.PageRequestManagerTimeoutException:The Server request tiemd out. 
我用的asp.net 的Ajax ScriptManager中放的Timer

解决方案 »

  1.   

    Just catch it,and analysis it.
    Every server has a limited connection time.
      

  2.   

    http://topic.csdn.net/u/20070113/10/5dcf4abc-f918-4c9f-98b9-e9a669833fc8.html
      

  3.   

    这个。。是不是你的ajax调用了后台的session或者cache之类的啊,自己调试看看吧
      

  4.   

    <asp:ScriptManager ID="ScriptManager1" runat="server" 
    AsyncPostBackTimeOut="600" >
    </asp:ScriptManager>     
      

  5.   

     
    <asp:ScriptManager   ID= "ScriptManager1 "   AsyncPostBackTimeOut= "36000 "   runat= "server "   />
      

  6.   

    http://blog.csdn.net/ws_hgo/archive/2010/01/05/5137364.aspx