Article ID: 245198 - Last Review: June 30, 2004 - Revision: 3.1 INFO: Response.Buffer Is ON by Default in Internet Information Services 5.0This article was previously published under Q245198 SUMMARY
In Internet Information Services (IIS) 5.0, the Response.Buffer property is ON (set to TRUE) by default, which is a change from Internet Information Server 4.0. To illustrate this, run the following Active Server Pages (ASP) code in Internet Information Server 4.0 and Internet Information Services 5.0:
When you run this code in Internet Information Services 5.0, the following error message appears:
Response object, ASP 0157 (0x80004005) Buffering On Buffering cannot be turned off once it is already turned on. Before After MORE INFORMATION
This design change gives the following advantages:
To turn buffering off in IIS 5.0:
| Article Translations
|
Back to the top
