'Alternative for IIS Advanced Logging functionality in IIS 10
I am trying to configure my server to overwrite the c-ip value with the real user IP provided by the Load Balancer within the X-Forwarded-For header. This was possible within IIS 7.0 and IIS 8.5 using the Advanced Logging module (https://docs.microsoft.com/en-us/iis/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging) but the module is not supported anymore in IIS 10.
Did anyone find an alternative of the Advanced Logging module for IIS 10? or at least to overwrite the c-ip values within the logs?
Thanks, Cristian
Solution 1:[1]
it has been retired ...for older versions https://docs.microsoft.com/en-us/iis/extensions/advanced-logging-module/advanced-logging-for-iis-custom-logging
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | fsilva |
