HomeCommunityControl GalleryHttp RuntimeHttp ModulesASPAccelerator.NET 3.6

ASPAccelerator.NET 3.6



Submit a Review

906 Downloads

31,374 Views


Description

Accelerate ASP.NET applications and save on bandwidth.

ASPAccelerator.NET transparently speeds up server to client download by compressing or safely suppressing the output from ASP.Net pages and works with the inbuilt ASP.Net Output Caching to deliver the fastest performance with the lowest CPU load.

Reducing the number of bytes transferred provides a noticeable increase in performance (typically 2-3 times faster or more), which will benefit both end users and web-service consumers. The reduction in page sizes also saves a considerable amount of bandwidth (up-to 90%), delivering genuine ROI.

HttpCompression and '304 Not Modified' handling is fully supported by all major web clients and ASPAccelerator.NET is completely configurable to allow control over how each request is processed using Regular Expression URL matching. Easily added to any ASP.Net application without requiring any server installation or administrator access.

Includes Http Compression Analyzer, performance monioring page and helper classes to easily add http compression support to web-clients.

A powerful rules-based configuration engine allows complete control over it's operation.

NEW: ASP.NET 2.0 Now Supported

Syntax Example

<intesoft> <aspAccelerator> <!-- use the HTTP Accept-Encoding header to determine if the client will accept compressed content --> <use header="Accept-Encoding"/> <choose> <!-- if it contains 'deflate' then we can turn on compression and set the algorithm --> <when match="deflate"> <set name="compression" value="true" /> <set name="algorithm" value="deflate" /> <set name="varyBy" value="Accept-Encoding" /> </when> <!-- if it contains 'gzip' then we can turn on compression and set the algorithm --> <when match="gzip"> <set name="compression" value="true" /> <set name="algorithm" value="gzip" /> <set name="varyBy" value="Accept-Encoding" /> </when> </choose> </aspAccelerator> </intesoft>

Reviews

Submit a review