Re: DiscountASP.NET Launches Microsoft Failed Request Tracing Module ... - PR Web (pr
Hello
Failed Request Tracing (also called FREB) is an IIS7 request-based tracing tool that helps figure out what exactly is happening to web server requests and why. Poor performance on some requests, authentication-related failures on other requests, or even server 500 errors from ASP or ASP.net were a nightmare to troubleshoot in previous IIS versions since the web server would never tell you much of what was going on. FREB simplifies the process by capturing the trace of the problem when it occurs and by showing you a granular view of what is happening at the web server level. In other words, Failed Request Tracing allows you to look under the hood of your car and plug in a diagnostic tool that can tell you what is wrong with any of the engine components.
To use FREB, developers or web server/site administrators simply create a set of rules that will trigger a trace. Once triggered, FREB will log that request to disk and pull in all the relevant trace information.
Once a trace output is created the IT professional looking at the XML based output with a browser may easily determine if the problem is web server or code related.
|