Visual Basic .NET » ASP.NET General Discussion
HttpCompressionModule not working? -- Joel --


Hi there. I'm using version 6.7.2.1 of AjaxPro, and for the most part it works great. However, the compression module doesn't seem to be working. I'm using ASP.NET 2.0, and I set up the appropriate httpModule in the web.config.

There are no errors, however, according to Fiddler my AjaxPro requests are not being compressed. Am I doing something wrong? How should I go about debugging this?

-- Michael Schwarz --


Hi,

is the web site running online? Can you send me your web.config with password removed?

Regards,
Michael
On 7/7/06, Joel wrote:

Hi there. I'm using version 6.7.2.1 of AjaxPro, and for the most part
it works great. However, the compression module doesn't seem to be
working. I'm using ASP.NET 2.0, and I set up the appropriate httpModule
in the web.config.

There are no errors, however, according to Fiddler my AjaxPro requests
are not being compressed. Am I doing something wrong? How should I go
about debugging this?
>

--  

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:info
-- Joel --


Unfortunately, the web site is not running in any public location.
Here's the relevant portion of the web.config:



type="AjaxPro.AjaxSettingsSectionHandler,AjaxPro.2"
requirePermission="false" restartOnExternalChanges="true"/>




allowListOnly="false">




















type="AjaxPro.AjaxHandlerFactory, AjaxPro.2"/>



type="AjaxPro.HttpCompressionModule,AjaxPro.2"/>


-- Joel --


Any ideas on this? I just upgraded to version 6.7.11.1, I've got the HttpCompressionModule set up correctly in the web.config, the browser is sending the correct Accept-Encoding headers, but according to Fiddler, the Ajax response is still not being compressed...

<add name="HttpCompressionModule"
type="AjaxPro.HttpCompressionModule,AjaxPro.2"/>

[Submit Comment]Home