Hi
I enabled a rule for the application pool in Debug Diag Tool, but it stops my app from serving to users. Here I how I config the rule :
- Open DebugDiag and click Add Rule.
- "Crash" should already be selected. Click Next.
- Choose "A specific IIS web application pool" and click Next.
- Select the application pool and click Next.
- You should be on the Advanced Configuration Window. Click Exceptions under Advanced Settings.
- Click Add Exception and choose Stack Overflow, with an Action Type of Full Userdump
- Click OK and save and close out.
Is there a problem in configuring the rule ?