Does IIS7.5 perform any kind of audit when the worker process crashes / gets re-spawned? We had some buggy code in our VC++ WCF service that was corrupting the HEAP when stepping through the code in the IDE (debug mode). However, we did not notice anything odd when running in production IIS (release mode). Was curious if there was any kind of IIS logging data that I could look for to spot this issue in production.
↧