Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Response Object
All Collections
All Methods
All Objects
All Properties
METHOD: Response.AppendToLog
Response.
AppendToLog
(String)
The
AppendToLog
method adds (appends) a string to the end of the entry of the Web server log for this request.
There is one mandatory argument.
String
The
String
argument is the string to be appended. The string can have a maximum length of 80 characters. It cannot contain commas because the log is comma-delineated.
Code:
<%
Response.AppendToLog
("Error in Processing")
%>
Output is appended to the end of the IIS log file:
10.78.176.37, - , 03/20/97, 7:55:20, W3SVC, SALES1, 10.78.176.37, Error in Processing
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information