ASP.Net button click event not firing

前端 未结 7 578
臣服心动
臣服心动 2021-01-06 11:59

This is perhaps related to this question, but I have slightly more information.

I recently updated an ASP.Net application to .NET 3.5 after coding a few new pieces w

7条回答
  •  日久生厌
    2021-01-06 12:43

    We were have exactly this issue and as you have said it was only happening some of the time and only on pages with Ajax requests. We found that disabling the HTTP Keep-Alive as suggested in the answer to Why does Internet Explorer not send HTTP post body on Ajax call after failure? worked.

    This can be done in IIS7 by following the instructions in How to configure HTTP KEEP-ALIVE in IIS 7

提交回复
热议问题