IIS 7 has a very useful feature called Failed Request Tracing (FREB for short). It has a very nice visualization feature, involving an extremely complex XSL stylsheet that parses the results into a useful treeview.

I, however, want to consume FREB programatically, and be able to present the results on my smart client (without waiting for the XML to be written server-side).

The only possible solution I found so far, involves compiling an IIS7 C++ plugin that converts FREB into OutputDebugStrings, an approach even the writer suggets should not be used on a production server (here's the article)

My question is: is there another approach?

As always, my thanks for reading, and even more for replying. Guy

link|improve this question

interesting. I didn't know about FREB. I'm interested in the answer, too. – Cheeso Mar 7 '09 at 20:35
feedback

1 Answer

up vote 0 down vote accepted

Long time - no answer. Closing the question.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.