Hello,
No, you cannot change this. The log analyser should be smart enough to do
this anyway. There are a fields line the log analyser can read to find out
the order, so there were really no reason for the developers to hard code
it.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>
"LIN" <junkvaluesnotallowed.RemoveThis@football.com> wrote in message
news:ul5P5n0JEHA.228@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I am using a thrid party log parser. It doesn't parse IIS 6.0 log file
> format.
>
> The different is this:
>
> New IIS 6.0 W3C logs it in this order:
> #Fields: date time s-sitename s-computername s-ip
> cs-method cs-uri-stem cs-uri-query s-port
> cs-username c-ip cs-version cs(User-Agent)
> cs(Cookie) cs(Referer) cs-host sc-status
> sc-win32-status sc-bytes cs-bytes time-taken
>
>
> While IIS 5.0 W3C log files LOG in this format:
>
> #Fields: date time c-ip cs-username
> s-sitename s-computername s-ip s-port cs-method
> cs-uri-stem cs-uri-query sc-status sc-win32-status
> sc-bytes cs-bytes time-taken cs-version cs-host
> cs(User-Agent) cs(Cookie) cs(Referer)
>
>
> Can I bring the new IIS 6.0 to log in the same old pattern. The options in
> the property window for the logging TAB looks the same both in IIS 5.0 and
> 6.0.
>
> Please advice.
>
> Thank You!
>
> LIN
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: w3c log format different on IIS6.0?