Better exception reporting in ASP.NET part 2
...exception stack traces
The second post described my solution
This post shows the code I used to solve the problem: a custom email provider for the Health Monitoring system in ASP.NET. Enjoy
Here's the provider. Note that I opted *not* to build a buffering provider to keep things simple
public class MyMailWebEventProvider : WebEventProvider {...
