Pages

Showing posts with label .net compress header. Show all posts
Showing posts with label .net compress header. Show all posts

Monday, November 16, 2009

compress your http response

 add this code on global.ascx PreRequestHandlerExecute events


<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.IO.Compression" %>