How to debug w3wp clr.dll error

后端 未结 4 609
既然无缘
既然无缘 2020-11-28 02:15

My client has an ASP.NET application installed on two production servers (balanced with NLB, but that\'s irrelevant). Both servers crash every 3-4 hours with the following e

4条回答
  •  难免孤独
    2020-11-28 03:01

    Another cause might "infinite recursively function". When occures infitine loop Windows try to avoidence deadlock and disable releated application pool.

    I met same issue today. I have a recursive function which list parentproject-sub project. One project is setted itself parent project and when recusive function try list all parent-sub project, infinite loop occures.

提交回复
热议问题