Article ID: 2014472 - Last Review: January 19, 2010 - Revision: 2.0 ASP.NET response filtering and post-cache substitution are not compatible
SymptomsConsider the following scenario:
In this scenario, the following problems may occur:
OR
CauseResolutionTo avoid the problem, choose one of the following options:
More InformationPost-cache substitution is implemented using a list of substitution blocks (.NET delegates) used to reconstruct individual pieces of the response. ASP.NET internally maintains a list of HTTP_DATA_CHUNK structures associated with a managed post-cache substitution callback. When a response filter is used, a raw response is rendered into a single buffer and the list of substitution blocks is lost. Therefore, the substitution blocks cannot be rendered. For more information on post-cache substitution, please see:
Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations. | Other Resources Other Support Sites
CommunityGet Help Now
|





















Back to the top