Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing ARR Rewrite option in Failed Request Tracing

I am using Application Request Routing 3.0 with IIS's failed request tracing. I am having issues with my rewrite rules so I wanted to troubleshoot it.

I wanted to follow the steps below to enable IIS logging of rewrite rules but the option doesn't seem to be there for me.

http://www.iis.net/learn/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules

I am using Windows 2012 R2

enter image description here

like image 886
MichaelChan Avatar asked Jul 07 '16 23:07

MichaelChan


People also ask

How do I enable tracing in IIS?

On the taskbar, click Start, and then click Control Panel. In Control Panel, click Programs and Features, and then click Turn Windows Features on or off. Expand Internet Information Services, then World Wide Web Services, then Health and Diagnostics. Select Tracing, and then click OK.

What is failed request tracing?

The failed request tracing feature assists users in troubleshooting issues with their websites by making IIS failed request files available in the Plesk interface. The failed request files contain information such as the requested URL, relevant application pool name, the HTTP status code, and more.


1 Answers

If the Failed Request Tracing was installed after URL rewrite module, the "Rewrite" area in Trace Providers may not be available. If you do not see "Rewrite" area listed there, go to Add/Remove programs and then run URL rewrite module installer in repair mode.

Original source

like image 165
Ahmed Basiouny Avatar answered Nov 07 '22 12:11

Ahmed Basiouny