Wes, I remember this cfflush issue being discussed at the very first CF User Group meeting I ever attended, more than a decade ago. I do believe we were talking CF4.2 then or maybe it was CF5.
The issue is not a coldfusion issue at all. IIS (or is it IE) doesnt render pages with only a tiny amount of data, so the solution is to add a whole bunch of characters (usually use white space, such as several hundred space characters) to increase the size of the buffer you're wanting to CFFLUSH until it's always bigger than the minimum size that IE will render. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 8, PHP, ASP, ASP.NET hosting from AUD$15/month On Tue, Jul 29, 2008 at 12:22 PM, Wes Middendorff <[EMAIL PROTECTED]> wrote: > I am also having issues with the cfflush tag using IIS. Unfortunately the > environment I am in is pretty locked down and I cannot even use firefox to > determine if the problem is IE. My biggest problem is that this link no > longer works. Does anyone know what this solution was? > >> My solution for cfflush on CF8 with IIS: >> >> http://orangepips.instantspot.com/blog/index. >> cfm/2007/12/12/cfflush-Problem-and-Solution-on-CF8-with-IIS- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309886 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

