When I use the following code in web.config to trace the application, does the tracing actually store any information in a file on the machine? I just want to make sure that information displayed in Trace.axd is not stored anywhere else for security reasons.
<trace enabled="true" pageOutput="false" requestLimit="200" localOnly="true"/>