Http Compression
Last Post 03/06/2006 11:16 AM by Lee Sykes. 2 Replies.
Author Messages
lynn
Nuke Master
Nuke Master
Posts:276


--
03/06/2006 10:48 AM

    Hi Lee

    I read  with interest your article regarding Http compression for DNN.

    You mentioned to add a line to code within the modules. Can you be more specific, i.e which file within the desktopmodule/ module/folder should this code be placed and I presume the code should be inserted at the top of the page.

    Example of which modules may not be suitable for compression.

    Thanks

    Lynn

    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    03/06/2006 11:04 AM
    Hi Lynn,

    I think the wording of the article by Chris Chodnicki has slightly confused you.

    Download the library from blowery.org. We use the latest source build.

     - So if you are using DNN on ASP.NET1.0 download version 6, binary only. - Otherwise ASP.NET2.0 download the binary version 6 for ASP.NET2.0 - note that the 2.0 version is beta.

    Open the zip file you have downloaded

    In the zip file you will see a module folder, open this folder

    Copy the .dll files from this folder into your bin directory on your DotNetNuke installation.

    Add the code snippets to your web.config file as outlined in the tutorial.

    Make sure you test this on a localhost installation before attempting on a live website.

    I'm afraid I can't offer any advice of which modules are incompatible, I don't have a list, all I know is that some modules may not work correctly with the compression enabled.

    Thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    03/06/2006 11:16 AM
    PS. - I've edited the wording of the article to make it clearer for everyone, thanks,
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---