Iis – Don’t see Failed Request Tracing in IIS Manager

iisiis-7iis-7.5iis-8iis-8.5

In the "Actions" Pane of IIS Manager (InetMgr), under Configure there is supposed to be a link for Failed Request Tracing.

I don't see that… I just have "Limits…"?

Best Answer

Install the Tracing component of the Web Server role through Server Manager.

It's in the Web Server (IIS) -> Health and Diagnostics area on all IIS versions from 7 up.

Add Roles and Features Wizard on Windows Server 2016 (By the way: Whenever you add a component to IIS, you need to restart the IIS Manager GUI, to reload the UI modules. This doesn't apply to most other changes, because they happen "live" - it's just the user interface module list which is cached at startup.)

Failed Request Tracing then shows up in the Actions Pane at the Site level, and needs to be enabled there before rules will fire.

IIS Manager showing FREB Actions pane and Rules icon

Then, you configure your Failed Request Tracing rules at any level within that site to capture what you want.

(FREB rocks!) (Failed REquest Buffering)