If your web communication with IIS is taking too much time due to the slow network bandwidth, Zipping the HttpResponse is an apt solition. In IIS6 the programmers has to write the Zipping code using System.IO.Compression.GZip/Deflate. But IIS7 handle it magically just by adding few meta tags [In ISS7 the application extenstion is not mapping rather the MIME type is mapping. http://west-wind.com/weblog/posts/98538.aspx]
http://www.west-wind.com/WebLog/posts/102969.aspx
No comments:
Post a Comment