G
Guest
Hello,
I'm experiencing a strange problem with an aspx page. This page does NOT set
the Content-Length header. When hosted on my development PC (with IIS 5.0 and
..Net 1.1), the HTTP response however contains a Content-Length header. When
hosted on our test server (IIS 5.0 and .Net 1.1 as well) the Content-Length
is not set, causing the server to send the response (roughy 10KB) in several
chunks which seems to dramatically decrease performances.
My questions are:
- How does IIS (which layer or component and with which algorithm) sets the
Content-Length for a dynamic page ?
- Which conditions would make our test server not to fill this header
hencing causing (I guess so) this chunked encoding response ?
Any thoughs or idea ?
Thanks in advance
Arno
I'm experiencing a strange problem with an aspx page. This page does NOT set
the Content-Length header. When hosted on my development PC (with IIS 5.0 and
..Net 1.1), the HTTP response however contains a Content-Length header. When
hosted on our test server (IIS 5.0 and .Net 1.1 as well) the Content-Length
is not set, causing the server to send the response (roughy 10KB) in several
chunks which seems to dramatically decrease performances.
My questions are:
- How does IIS (which layer or component and with which algorithm) sets the
Content-Length for a dynamic page ?
- Which conditions would make our test server not to fill this header
hencing causing (I guess so) this chunked encoding response ?
Any thoughs or idea ?
Thanks in advance
Arno