Ask a Question related to ASP.NET General, Design and Development.
-
Galen Harris #1
writing to the IIS log
Is it possible to write your own lines to the IIS log? Weird question, I
know. Our reporting group pulls a bunch of data from those logs, and we
want to provide additional data on certain events. We've tried using
cookies and query string params, but that approach is lacking. It would be
great to have an app be able to add a line to the log stream while IIS is
running.
?
Galen
Galen Harris Guest
-
Help with writing to xml
i have an application where i am trying to write to an xml file. Here is my xml: <?xml version="1.0" ?> <test drawing="1256324" project="52056"... -
Writing order for to XML
Hi, I want to have a cf form that once filled out and submitted is saved to XML on an online folder. Obviously it will need to save with new name... -
Writing a DIV tag?
Starting to mess with writing to the HtmlTextWriter, and have a question about divs. Why is it that HtmlTextWriterTag.Div writes a *table*, when... -
Writing to jpg fix?
I just switched from Quark. Now when I'm placing any kind of graphic (pdf or tiff), when In Design places the graphic, a dialog box comes up that... -
Writing from Right-to-Left
Hello everyone, I'm programing a "user's sign-in form". The problem is that the form is in Hebrew and when I launch the form- when a user types in... -
John Saunders #2
Re: writing to the IIS log
Look at "HttpResponse.AppendToLog(string param)".
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
"Galen Harris" <galen.harrisNOSPAM@ceridianNOSPAM.com> wrote in message
news:OaqH4ceXDHA.1004@TK2MSFTNGP12.phx.gbl...be> Is it possible to write your own lines to the IIS log? Weird question, I
> know. Our reporting group pulls a bunch of data from those logs, and we
> want to provide additional data on certain events. We've tried using
> cookies and query string params, but that approach is lacking. It would> great to have an app be able to add a line to the log stream while IIS is
> running.
>
> ?
> Galen
>
>
John Saunders Guest
-
Tian Min Huang #3
RE: writing to the IIS log
Hello Galen,
We are able to add custom log information to the IIS log file with
HttpResponse.AppendToLog method, please refer to the MSDN documentation:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/[/url]
frlrfSystemWebHttpResponseClassAppendToLogTopic.as p
Hope this helps.
Regards,
HuangTM
Microsoft Online Partner Support
MCSE/MCSD
Get Secure! ¨C [url]www.microsoft.com/security[/url]
This posting is provided ¡°as is¡± with no warranties and confers no rights.
Tian Min Huang Guest



Reply With Quote

