Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET TRACE OUTPUT

Reply
Thread Tools

ASP.NET TRACE OUTPUT

 
 
King Coffee
Guest
Posts: n/a
 
      02-20-2009
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

 
Reply With Quote
 
 
 
 
Hillbilly
Guest
Posts: n/a
 
      02-21-2009
// 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"/>

"King Coffee" <> wrote in message
news:E276CDED-FD37-47F4-A95A-...
> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesn't Trace.axd show trace output after Server.Transfer? Chris Newby ASP .Net 0 07-28-2008 05:08 AM
trace.axd and asp.net trace feature IIS only? Jiho Han ASP .Net 0 08-22-2006 12:44 PM
No trace messages using Diagnostics.Trace McGeeky ASP .Net 0 02-01-2006 02:49 PM
How to redirect output from Diagnostics.Trace to Page.Trace? Matthias S. ASP .Net 1 11-30-2005 09:01 AM
Trace: Can anyone suggest a good tool to catch trace messages? Rukmal Fernando ASP .Net 4 10-27-2003 09:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57