Steve Onnis wrote: > Has anyone played with logging IIS log files to a network path? I seem to be > able to point it to the folder by nothing seems to write to it. I am > wondering if it is a permissions thing but I don't know what user the IIS > web server would use to write to the file system
The user is IUSR_machinename so it is permssions dependent but there is another problem in that IIS treats its log files very strangely - opening 64K blocks, holding them open and then filling in the empty space as it feels fit, in chunks, not per hit. We tried logging over the network and gave up. Now we do it in reverse, log locally (and stats read it locally) then rip the log away at the end of its cycle. -- Yours, Kym Kovan mbcomms.net.au --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
