Reduce The Size Of Your ASP.NET Output

  • Thread starter Thread starter Jack Wright
  • Start date Start date
J

Jack Wright

Dear All,
I just read an article on how to Reduce The Size Of Your ASP.NET
Output...
http://www.codeproject.com/aspnet/WhitespaceFilter.asp
Though IIS6.0 also provides a Compression feature, it is not bug
free...
The above mentioned article provides a very basic approach...are there
some more articles that discuss this and provide greater
compression...

Please help

TALIA

Many Regards
Jack
 
Though IIS6.0 also provides a Compression feature, it is not bug

Can you elaborate on what you mean by this? HTTP Compression is in broad
use by many sites, including Microsoft.com and Google.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Please note that the issue described is present in unpatched versions of
IE5.5 and only occurs when third-party HTTP namespace code is registered on
the client.

If you like, you could simply only compress when sending to IE6 clients.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

Jack Wright said:
Can you elaborate on what you mean by this? HTTP Compression is in broad
use by many sites, including Microsoft.com and Google.

This is what I has read...
Internet Explorer Loses the First 2048 Bytes of Data That Are Sent
Back by Web Servers That Use HTTP Compression

See: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q313712

Thanks & Regards
Jack[/QUOTE]
 
Back
Top