G
guy
Where do I get trace output?
Trace.Write("Hello World");
Trace.Write("Hello World");
Hi,
ASP.NET Page will show trace outputs when you add Trace="True" to page
directive, that is:
<%@ Page Trace="True"...%>
You can also have an application level tracing, more information here:
http://msdn.microsoft.com/library/d...n-us/cpguide/html/cpcontracefunctionality.asp