Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q5808 How do I place an event into the NT web server log?

You are here: irt.org | FAQ | ASP | Q5808 [ previous next ]

The method AppendToLog will add text to the end of the server log entry for the retrieval of this ASP page:

<%

' USE PLAIN TEXT
Response.AppendToLog "myTextHere"
' OR VARIABLES
Response.AppendToLog anyTextVariableHere

%>

©2018 Martin Webb