I wish to log a custom header in IIS logs for an application.
On my local machine (Windows 10, IIS 10.0) this is relatively easy:
On the target machine (Windows Server 2008 R2, IIS 7.5), however the option to add your own fields is not available (Apparently this is only available in IIS 8.5 and above).
I have read instead that you can achieve this same aim by using a module in IIS called Advanced Logging.
I cannot find this option though. In tutorials it appears to the left of the Authentication module in the IIS section (where the arrow below is pointing to).
Where can I find this? Is there somewhere that I need to install it. I had a look in the "Turn Windows Features On/Off" section but I couldn't find it there.




