Questions tagged [iis-advanced-logging]
8 questions
4
votes
1 answer
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
but the module is…

cristian cruceru
- 41
- 1
- 2
2
votes
1 answer
IIS Advanced Logging - Scripting Out Filters via Powershell
I am already scripting the majority of the IIS Advanced Logging setup via powershell.
Goal
I'd like to automate the section of the root server logDefinition. I've tried multiple commands, none seeming to work.
Ultimately, the…

MattW
- 12,902
- 5
- 38
- 65
1
vote
0 answers
Advanced Logging module can't be installed in IIS 8.5
I am trying to get the Advanced Logging module installed into IIS 8.5. When I check on Microsoft's official site - https://www.iis.net/downloads/microsoft/advanced-logging all download links seem broken actually. The only way is to use Web Platform…

BlockeeR
- 221
- 1
- 4
- 16
1
vote
0 answers
IIS Advanced Logging - how to quote cs-uri-stem field
The cs-uri-stem field is not enclosed in double quotes and sometimes has spaces in it. The other fields such as cs(User-Agent), cs(Cookie) are enclosed in double quotes.
With the cs-uri-stem field containing spaces and not enclosed in double…

freedev
- 25,946
- 8
- 108
- 125
1
vote
0 answers
How to log textbox text into IIS Advanced Logging when user clicks submit button
I would like to use IIS 7.5+ Advanced logging to log a textbox control value (text) from a IIS web page when a user clicks the submit button on that page in addition to the regular items it already logs. The URL does not change when user clicks the…

user610064
- 481
- 2
- 11
- 25
0
votes
1 answer
Powershell command to enable logging fields in the log definition of IIS Advanced logging
I am looking for a powershell script to enable the field in one of the logging definitions in IIS advanced logging.
See screenshot as below.
I tried the following command.
Set-WebConfigurationProperty -Filter…

Telson Alva
- 842
- 6
- 22
- 37
0
votes
1 answer
Do native IIS modules restart IIS or application pools?
I've been reading for a long time on various places about modules and how they work with IIS 7+. On a test server we installed Advanced Logging and got it configured the way we would like. A question came up though that I can't answer and that is…

Robert Snyder
- 2,399
- 4
- 33
- 65
0
votes
0 answers
Mask query string before storing in IIS Advanced logs
I have a [WebMethod] in an asmx service (C# code) that accepts a query string with some sensitive information. Each request now is getting logged on the IIS Advanced Logs. Is there a way to mask this query string values before they get logged? The…

TrackTech
- 3
- 5