I'm running DNN 441 and compression works fine now that the dramas from 440 are sorted out.
However, I have one third party module, Ghost River Image Upload (very useful and should be part of the core) that does not fully work so long as compression is enabled. The module uses Anthem.dll for ajaxing out some form items when radio buttons are ticked.
I have found that I can disable compression and make the module work. The developer of the module cannot confirm the issue on their computer. We have both tried other computers and I've had people log in from other countries to check. It's always the same.. with compression enabled, the ajaxy bits don't work. We've both tried Firefox and IE with the same results.
My first question is.. why would it not be the same for both of us? I'm fairly convinced that there must be something cached or referenced locally on the developer's system which is making it work there and not for me and my test-pals.
And second... how can I make the module not be affected by compression? I assume that I can exclude it somehow.. I've tried excluding the path to the anthem.dll and also to the main module ascx file, but without any luck. I also briefly tried excluding the tab Id where the module is sitting, but that didn't seems to make it work either.
Any ideas are appreciated.
Rob