Categories: ASP.NET
HTTP module for ASP.NET that enables GZip or Deflate compression of aspx web pages and ASP.NET embedded web resources (WebResource.axd).Features include:- Compression of web pages (.aspx) and embedded web resources (WebResource.axd)- Application level compression support definable in Web.config- GZip compression using .NET System.IO.Compression.GZipStream library- Deflate compression using .NET System.IO.Compression.DeflateStream library- Web page (.aspx) exclusion capability, with URL exclusions or MIME type (content type) exclusions definable in local config file- Embedded web resource (WebResource.axd) exclusion capability, with exclusions (by Assembly Name or Resource Name) or MIME type (content type) exclusions definable in local config file- Blocking of embedded web resources from unauthorized access based on URL referrer- Included tracing facility shows web pages and/or web resources being compressed and related compression ratios- Supports the IIS7 Integrated Pipeline, enabling GZip or Deflate compression of HTTP web pages for any web application supported by the IIS7 web server, such as but not limited to native HTML applications (htm, html), classic ASP applications (asp) or PHP applications (php)- Certified with DotNetNuke content management framework- Certified with Microsoft Sharepoint Services 3.0 and Microsoft Office Sharepoint Server (MOSS) 2007- Certified with all modern browsers, including Firefox, Internet Explorer, Opera and Safari