How can I force IIS 7 to flush output?
问题 In IIS 6, using Perl, I was able to send a stream of output to the client rather than buffering the entire thing and dumping it out at all once. This allowed such things as progress bars and such to be used. How can I accomplish the same thing in IIS 7? 回答1: Under IIS 7, once you have created the Perl Script script mapping, you can add an attribute that will fix this. You modify the %windir%\system32\inetsrv\config\applicationHost.control file and find the script mapping by name (in my case,