Logo Head Picture  free e- mail 
 thaimail 
 hotmail 
 yahoo 
 siam2you 
 thammasat
 Home  Visual Basic Active Server Page  JavaScript   Network   Other 
 Active Server Pages.











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 2000 by Infinite Software Solutions, Inc.
Trademark Information

ASP - Link
ASP reference   
B   
C   
D   
E   
F   
G   
Last update: Copyright © 2001.Memo Wil@keo everything that I like Co.,Ltd.