Hi,
if you want to add HttpCompression (gzip/deflate) to your Ajax.NET web
application you can add following lines in web.config (don't put it in
the <location> tag, this would not work):
<system.web>
<httpModules>
<add name="HttpCompressionModule"
type="AjaxPro.HttpCompressionModule,AjaxPro.2"/>
</httpModules>
</system.web>
Note, that this only working in the .NET 2.0 version. I don't want to
add open source projects, maybe I can add something like a provider
for .NET 1.1 later.
--
Best regards | Schöne Grüße
Michael
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
http://weblogs.asp.net/mschwarz/
http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---