Questions tagged [freb]

4 questions
3
votes
2 answers

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 logs, I can see that these pages (which usually…
Josh Yeager
  • 3,763
  • 1
  • 25
  • 29
3
votes
0 answers

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 useful treeview. I, however, want to consume FREB…
Traveling Tech Guy
  • 27,194
  • 23
  • 111
  • 159
2
votes
1 answer

IIS 500 Error WCF Service and Failed Request Tracing not info

I have a WCF service running in IIS 8.5 on Windows Server 2012 R2 with AppPool Integrated. I open url in the server: http://localhost:50123/MyService.svc I have HTTP 500 Internal Server Error. (IExplorer cannot show the page) I have not found the…
Kiquenet
  • 14,494
  • 35
  • 148
  • 243
2
votes
1 answer

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 a Controller…
Jarrod Dixon
  • 15,727
  • 9
  • 60
  • 72