W Wallace Jun 26, 2006 #1 Hai All, How can I put a trace file in an asp page not asp.net? Help needed... Thanx in advance...
G Guest Jun 26, 2006 #2 Wallace, You can't - simply because there is no notion of "Trace" in classic ASP / VBScript. You can write messages to a file or even to the page based on some boolean variable being "true", but that's about it. Peter
Wallace, You can't - simply because there is no notion of "Trace" in classic ASP / VBScript. You can write messages to a file or even to the page based on some boolean variable being "true", but that's about it. Peter