Analytics

2016年7月15日 星期五

[ASP.NET]使用 Trace分析與監看頁面效能(Use Trace Analysis and monitoring the effectiveness of the page)


問題
使用 Trace分析與監看頁面效能



解決方法
於aspx頁面上加入 Trace="true"
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TraceWeb._Default" Trace="true" %>
如此一來就可以監看頁面效能



沒有留言:

熱門文章