in

DotNetMarche

.NET Framework User Group delle Marche

This Blog

Syndication

ExternalBlogs

A tale of Transfer-Encoding: chunked, microsoft ajax updatepanel and how to detect partial rendering in a httpmodule.

I usually adopt a custom simple HttpModule to compress programmatically the page content in my asp.net applications. Private Sub CompressRequest() If ((String.IsNullOrEmpty(HttpContext.Current.Request.Headers("Accept-encoding")) = False) AndAlso _ (HttpContext.Current.Request.Headers("Accept-encoding").Contains("gzip") = True)) Then [...]

Read the complete post at http://feeds.feedburner.com/~r/AlkampferEng/~3/253791314/

Published Mar 18 2008, 12:26 PM by Alkampfer's Place
Filed under:
Powered by Community Server (Commercial Edition), by Telligent Systems