Trace in asp page

  • Thread starter Thread starter Wallace
  • Start date Start date
W

Wallace

Hai All,
How can I put a trace file in an asp page not asp.net?
Help needed...
Thanx in advance...
 
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
 
Back
Top