ASP.NET TRACE OUTPUT

K

King Coffee

Hi,

First, I enabled Trace on a VSD Web page. When I navigated to the page, no
trace data appears. Do I need to add something to the codebehind file or
web.config file? If so, what?

Thank you,

King
 
H

Hillbilly

// Page level
<%@ Page Language="C#"
AutoEventWireup="true"
CodeFile="Default.aspx.cs"
Inherits="_Default"
Trace="true" %>

// Web.config in <system.web>
<trace enabled="true" pageOutput="true" traceMode="SortByTime"
localOnly="true"/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top