I was cleaning up our production server today and noticed these files. They contain sensitive information and there are a ton of them as there is one or every request.
They seem to look like request/response logs. But our web.config has request/response logging disabled, and even if it were enabled, that is not the path we specify to write them.
I was cleaning up our production server today and noticed these files. They contain sensitive information and there are a ton of them as there is one or every request.
They seem to look like request/response logs. But our web.config has request/response logging disabled, and even if it were enabled, that is not the path we specify to write them.
<requestLog enableRequestResponseLogging="false" requestResponseLoggingDirectory="C:\inetpub\wwwroot\website\Logs\Intuit" />
Here's a partial screenshot of one of the file's contents (clipped to not show sensitive info)
Any ideas on what is causing these files to be written?