What!?? No clever title?!??
No clever title for this one. Just a reminder that you can turn on tracing in an asp.net web page by including the following in your page directive:
And, lest you tire of remembering which specific pages you have this enabled on, you can turn on tracing for an entire application by including the following in the web.config:
<%@ page trace="true" %>
And, lest you tire of remembering which specific pages you have this enabled on, you can turn on tracing for an entire application by including the following in the web.config:
<trace enabled="true" localonly="true" tracemode="SortByTime" pageoutput="true" requestlimit="10"><trace enabled="true">
Comments