Extend ASP.NET Tracing
Have you ever desired to have an enhanced trace mechanism in ASP.NET? I don't mean (necessarily) a full listener-based architecture (which doesn't work in ASP.NET--or at least, it never worked for me <g>). I mean the trace output you embed in the page by turning on the Trace attribute in the @Page directive.
As far as I know (and can foresee) there will be no good news on this in ASP.NET 2.0. My wish list includes:
- Capture the output to a popup window (or external support)
- Ability to add new sections (maybe through a provider model à là membership)
- Ability to collapse/expand displayed sections
- Ability to select which sections you want to see
Am I missing something important here?