-
Posted to
IIS7 - Configuration & Scripting
by
end.er
on
11-18-2008, 1:41 PM
As you can probably appreciate, in a corporate environment everything is not under my control. Although it is a closed system, the team doing the client has decided that they cannot accept more than about 8k worth of data at a time, so I need to chunk files that are larger. This is not something I can change. Other things, performance for example, ...
-
Posted to
IIS7 - Configuration & Scripting
by
end.er
on
11-18-2008, 10:45 AM
Just curious buy why?
-
Posted to
IIS7 - Configuration & Scripting
by
end.er
on
11-18-2008, 10:44 AM
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 files to clients on request. The ...