Tagged Questions
The freb tag has no wiki summary.
2
votes
1answer
812 views
Getting Trace messages into Failed Request Tracing from Controllers
On ASP.NET MVC Preview 5, we're having trouble getting any trace messages from Global or Controllers to appear in either a page (View) or Failed Request Tracing (FREB).
Neither of these calls work in ...
2
votes
1answer
130 views
How can I consume IIS7's FREB programatically
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 ...
1
vote
2answers
128 views
Why is the AspNetSessionData stage of page processing delaying my page by 20+ seconds?
I have a web application that uses ASP.NET with "InProc" session handling. Normally, everything works fine, but a few hundred requests each day take significantly longer to run than normal. In the IIS ...