Compression
for ASP.NET AJAX

Optimize your page with additional
compression. Part of

RadControls for ASP.NET AJAX.

Compression

Types of Compression

While the compression tool does not replace other HTTP compression tools, such as the built-in compression in IIS 7, it does compress commonly missed scenarios. These include the bits moving back and forth in ASP.NET Ajax applications.

Compression Areas

Some of the items that become compressed include content which is generally returned by AJAX Web Services, ADO.NET Data Services, and UpdatePanels which can stand for a large part of traffic in modern applications.

ViewState Compression

Automatically compress the ViewState of your application without any additional code, allowing for quick traffic optimization across your ASP.NET project.