Posted to
IIS7 - Known Issues and Workarounds
by
eerichmond
on
09-29-2008, 5:07 PM
It seems like IIS7 has a bug where if dynamic compression is enabled and you do a Response.Close() the last character of the response stream gets stripped off.
To test it just enabled dynamic compression in IIS7 and create a page with the following Page_Load method:
protected void Page_Load(object sender, EventArgs ...