From: tslow on
I've searched through all of the settings files that I could find for IIS and
CF8 and couldn't find anything that seemed related to this issue. The
buffering that c_wigginton suggested seems to only apply to asp (I tried it and
it doesn't work).

Do other configurations flush pages back to Firefox immediately upon <cfflush>
tag call? I'm only able to test CF8 Standard as the Server configuration on
top of IIS6. It would be nice to know if the problem does lie somewhere with
my server's settings, although I've run out of things to try. Should I submit
a bug to Adobe?

From: pwenke on
Has anyone found a solution to this problem? Turning buffering off in IIS does
not work.

I have the following configurations, some where <cfflush> works and some where
it does not:
CF7 on IIS6 - works
CF8 on IIS6 - does not work
CF8 on IIS7 - does not work
CF8 on Apache2 - works

The box I have with CF8 on IIS6 was just upgraded from CF7 to CF8. No code
changes, no IIS changes, only CF. It worked before; it's broken now.

On a side note, <cfflush> does not work with some configurations of IIS
compression.

Thanks,
Pat