Hi, I was looking at my logs came across the fact that when the home page - '/default.asp' is requested from one of our sites the log file shows that there are no bytes sent. This is an actual example from one of the logs - GET /default.asp - 200 0 497 63 showing the URI stem, no query stem, a succesful request, 0 bytes sent, 497 bytes received, in .63 seconds. The entry in the logs is always the same for this page as far as bytes sent are concerned. I cannot understand how this could be. Surely any page has a certain amount of data that needs to be sent for it to be viewed? Any ideas?