<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - Configuration &amp; Scripting</title><link>http://forums.iis.net/1046.aspx</link><description>Forum aimed at understanding the system.Webserver or system.ApplicationHost using a text editor or scripting</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Can the maximum chunk size be configured?</title><link>http://forums.iis.net/thread/1885292.aspx</link><pubDate>Tue, 18 Nov 2008 23:29:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885292</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1885292.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1046&amp;PostID=1885292</wfw:commentRss><description>&lt;p&gt;Sending the file in chunks (I assume you mean Transfer-Encoding:chunked) will not help with clients only being able to handle certain size at a time as the client side read can coalasce chunks - so, if the client really does not want more than certain amount of the file, Range request would be the way to go.&lt;/p&gt;</description></item><item><title>Re: Can the maximum chunk size be configured?</title><link>http://forums.iis.net/thread/1885254.aspx</link><pubDate>Tue, 18 Nov 2008 18:41:33 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885254</guid><dc:creator>end.er</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1885254.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1046&amp;PostID=1885254</wfw:commentRss><description>&lt;p&gt;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, are secondary.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I would rather not have to do a sequence of writes and flushes. Since I know the maximum chunk size that is acceptable, I&amp;#39;m hoping that I could just configure IIS to use that as a default value. But I don&amp;#39;t know how to tell IIS what the chunk size is that it should use. I deally it would be configurable on a per site basis. But that is not important at this time.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I suppose an alternative is for the client to send partial GETs, specifying the byte range it wants. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Can the maximum chunk size be configured?</title><link>http://forums.iis.net/thread/1885249.aspx</link><pubDate>Tue, 18 Nov 2008 18:11:50 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885249</guid><dc:creator>anilr</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1885249.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1046&amp;PostID=1885249</wfw:commentRss><description>&lt;p&gt;If you do a sequence of Response.Write(); followed by Response.Flush(); - the output of the Ewsponse.Write() will be chunked.&amp;nbsp; But, really, if you have the whole file, why do you want to use chunking - just use Response.TransmitFile() to send the file.&lt;/p&gt;</description></item><item><title>Can the maximum chunk size be configured?</title><link>http://forums.iis.net/thread/1885231.aspx</link><pubDate>Tue, 18 Nov 2008 15:44:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1885231</guid><dc:creator>end.er</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1885231.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1046&amp;PostID=1885231</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;I need to chunk responses to clients in a &lt;span style="font-weight:bold;"&gt;closed system&lt;/span&gt;.
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. &lt;/p&gt;&lt;p&gt;Is this possible to do?&lt;/p&gt;&lt;p&gt;What
I need to do is send binary files to clients on request. The clients
(custom apps, not web browsers) have limited ram available. A proposed
solution is that the clients get the files (less than 10MB being about
average size) in chunks. I would prefer&amp;nbsp; to not have to write code to
read the file and send it in chunks, I would prefer that IIS handle it
for me if possible. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks in advance&lt;/p&gt;Steve</description></item></channel></rss>