问题
- Given: sometimes a certain exception occurs in our web application, which we cannot reproduce, except in production. Unfortunately, there are no telemetry and the logs are not helpful.
- Wanted: minidump when exception happens
- Problem: Running procdump is not helpful, because the process is periodically recycled. A solution is needed that would run ProcDump automatically whenever the web application starts and do it on each and every web server in the farm.
Before engaging in writing an in-house tool to solve this problem I wonder if anything like that already exists. Cannot be that our problem is unique to us.
来源:https://stackoverflow.com/questions/57047264/how-to-take-a-minidump-of-a-web-application-on-concrete-exception-running-in-a-f