Are there any settings in IIS6 that allow you to log post data? We just noticed that two of our web servers are logging post data.
From everything I have found, you have to use a httpmodule or isapi filter if you want to capture post data in the log file. We do not want this data in our logs.
Here is a sample log entry:
00:29:28 10.10.2.16 POST /private/createlead/default.aspx company=XXX&contact=XXX%20XXX&title=&Phone=XXX-XXX-XXX&email=XXX@XXX.XXX&address=&city=xxx 443 web_private xxx.xxx.xxx.x Mozilla/4.0+(compatible;+Win32;+WinHttp.WinHttpRequest.5) 200
This particular post is generated from a classic asp page using MSXML2.ServerXMLHTTP.6.0.
Any ideas or thoughts on what could be causing this would be great.