Read the HTTP protocol standard (http://www.ietf.org/rfc/rfc2616.txt), 302
is a redirection status code, meaning the requested resource was found but
at a different address. The response only contains the new address in the
response headers, there is no content, therefore the content size is going
to be 0.
Jerry
"C# newbie" <ramsinsavra DeleteThis @msn.com> wrote in message
news:OyDvYilAEHA.688@tk2msftngp13.phx.gbl...
> Hi,
>
> I looked at IIS log file and says:
>
> 2004-03-05 01:09:34 10.10.3.176 - 10.10.3.213 80
> GET /Engine/PageName1.aspx e=9ddae7ce-dc04-4612-a666-b3b988837213
> => 302 0 496 11172 HTTP/1.1
> Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)
>
> my question is about the line which pointed by an "=>" icon "302" means
> "Page FOUND" (as you know better) but next digit is "0" means the size is
> zero! ha? am I right?
> if so, why is that ?
>
> thx in advnace
> NewBie
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: IIS log question