HighTechTalks DotNet Forums  

IIS 6.0 Compression + xml http

ASP.net Caching microsoft.public.dotnet.framework.aspnet.caching


Discuss IIS 6.0 Compression + xml http in the ASP.net Caching forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
VP
 
Posts: n/a

Default IIS 6.0 Compression + xml http - 02-27-2006 , 09:37 AM






Hi,

When I send a request to a dynamic page with xmlhttp object, the response is
not cached. This is due to the fact that IIS 6.0 will set the cache expiry
date for the response as January 1, 1997 while compressing. Thus loosing the
cache.

I tried giving Response.Cache.SetExpires to future date. Caching is
achieved, but IIS skips compression. I need to have both for performance.

I looked for gzipping the output, but couldnt find a way in .NET framework
1.x.

Any lights on this issue?



Reply With Quote
  #2  
Old   
Joerg Jooss
 
Posts: n/a

Default Re: IIS 6.0 Compression + xml http - 02-28-2006 , 09:01 AM






Thus wrote VP,

Quote:
Hi,

When I send a request to a dynamic page with xmlhttp object, the
response is not cached. This is due to the fact that IIS 6.0 will set
the cache expiry date for the response as January 1, 1997 while
compressing. Thus loosing the cache.

I tried giving Response.Cache.SetExpires to future date. Caching is
achieved, but IIS skips compression. I need to have both for
performance.

I looked for gzipping the output, but couldnt find a way in .NET
framework 1.x.

Any lights on this issue?
Check out http://www.blowery.org/code/HttpCompressionModule.html

Cheers,
--
Joerg Jooss
news-reply (AT) joergjooss (DOT) de




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.