FREB Parser

One of the best tools available in IIS 7+ to debug the applications and find out about the issues happening historically on the web server is FREB log files. FREB as it stands for Failed Request Event Buffering, is a handy tool for tracing the status of an application. It basically hooks up to an http status code and persist the tracing information in an xml file. While the xml file is not a small one, there is a very useful transformation file that renders the file in a readable html format (it only needs to be placed in the same path of xml file when it is being opened by your browser)....

January 2, 2013 · 1 min · Amir Mohtasebi
Mastodon