Assuming you want an ASP page sent with Chunked Transfer Encoding, then it
has been my observation that the following three things must be true:
1) The client has to be using HTTP 1.1
2) Response.Buffer must be set False at the start of the page
3) 'AspEnableChunkedEncoding' must be set True (the default) in the
metabase.
- Anthony Marchesini
"vinodk_hss@yahoo.com" <anonymous RemoveThis @discussions.microsoft.com> wrote in
message news:0c9c01c49cd8$2fd62990$a501280a@phx.gbl...
> Hi,
>
> I need to configure IIS to send me chunked responses
> (Transfer-Encoding:chunked). How can i cofigure it in IIS.
>
> Thanks
> --Vinod<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: How to configure chunked tranfer encoding on IIS