开发者

ASP.NET Trace.axd File Security

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"/>


Using trace on an application level with the Trace.axd page does NOT write any files to disk, it is all done in memory. So, there is no information stored on the server itself. All information must be accessed through the Trace.axd page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜