Pages

Showing posts with label compress respose. Show all posts
Showing posts with label compress respose. 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" %>