Hello,
This is nice to know, for IIS7 about the compression. But I have one question for this, if you could provide me an answer that would be greate, and I really appriciate that.
i tried to use http compresion on IIS7, but somehow, i guess that dose not give me any result.
I tried to access my website using the folllwing webtools.
www.port80software.com/.../compresscheck.asp
which always shows me, Compression Status : notcompress [:(]
So, i guess something more we need to do httpCompression in IIS7.
Please look into the following what i wrote in my web.config file.
<system.webServer>
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files">
<dynamicTypes>
<add mimeType="text/*" enabled="true" />
<add mimeType="message/*" enabled="true" />
<add mimeType="application/x-javascript" enabled="true" />
<add mimeType="*/*" enabled="true" />
</dynamicTypes>
<scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" />
</httpCompression>
<modules>
<add name="URLRewriter" type="ILink.Beonit.HTTPModules.URLRewriter, ILink.Beonit.HttpModules.URLRewriter" preCondition="managedHandler" />
<add name="Authentication" type="ILink.Beonit.HTTPModules.Authentication, ILink.Beonit.HttpModules.Authentication" preCondition="managedHandler" />
<add name="ModuleRewriter" type="ILink.Beonit.HTTPModules.ModuleRewriter,ILink.Beonit.HTTPModules.URLRewriter" preCondition="managedHandler" />
<add name="ImageServer" type="ILink.Beonit.HTTPModules.ImageServer, ILink.Beonit.HttpModules.ImageServer" preCondition="managedHandler" />
</modules>
<handlers>
<add name="ajax/*.ashx_POST,GET" path="ajax/*.ashx" verb="POST,GET" type="Ajax.PageHandlerFactory, Ajax" preCondition="integratedMode,runtimeVersionv2.0" />
</handlers>
<validation validateIntegratedModeConfiguration="false" />
<httpRedirect enabled="false" destination="http://www.beonit.net" />
<urlCompression doDynamicCompression="true">
</urlCompression>
</system.webServer>
I am awaiting for your reply
Jun 20 2007 by
Chintan Parmar