asp.net - How to automatically take a memory dump when IIS Rapid-Fail Protection kicks in? -


so have iis 7 instance 15 app pools running asp.net application, in farm of 200 identical servers. 1 of pools being automatically disabled rapid-fail protection. happens 1/100 servers per day. have looked find actual flaw in code cannot see , cannot reproduce locally, happens in production. looking use shutdown executable options rapid-fail protection have trigger memory dump when fails, problem cant find seems suitable run there. since server running 15 different pools, cant take dump of w3wp.exe, , since there 200 servers cant give pid since different on each server, seems procdump wont work in situation. , since rapid-fail protection shutting down pool , not crashing, automatic crash dump collection not catching it. installing , configuring debug tools across 200 servers not want unless absolutely necessary, since i'll need running until first pool crash , i'll tearing out.

does have way of grabbing memory dump @ shutdown initiated rapid-fail protection in such large environment many different app pools? preferably using tools built windows 2008r2 or available on microsoft site.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -