Hi all, I need to chunk responses to clients in a closed system . I know chunking can be done through c# in aspx pages. But what I would prefer is to tell IIS to send all responses as chunked with a maximum size of 16k bytes as the chunk size. Is this possible to do? What I need to do is send binary...