I am using windows 2012, .net 4.5. I have a web application that can occasionally do heavy processing and keep the server tied down for some time (~ 8-10 minutes).
I am seeing randomly that WAS is killing the worker process since it fails to respond to its pings in timely fashion.
So i set the pingEnabled property of App Pool to false, since i thought WAS wasn't going to ping worker process and hence not kill it.
But i can see that its still killing the worker process and marking it unhealthy. Is there a way i can configure it to not ping it, I am trying to stay away from any random increases in ping timeouts etc