« Previous Next »

Thread: Testing Content Compression on IIS 7 using WCAT

Last post 10-09-2008 1:12 PM by ksingla. 15 replies.

Average Rating Rate It (5)

RSS

Page 2 of 2 (16 items) < Previous 1 2

Sort Posts:

  • 10-09-2008, 1:12 PM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-14-2006, 3:02 AM
    • Redmond, WA
    • Posts 863

    Re: Testing Content Compression on IIS 7

    system.webServer/httpCompression has property noCompressionForHttp10 whose default value is true. Setting it to false will enable compression for http 1.0. This property is not exposed through UI. You can use the following appcmd command to set it (run in elevated command window).

    %windir%\system32\inetsrv\appcmd set config /section:httpCompression /noCompressionForHttp10:false

    Thanks,
    Kanwal

    Follow me on twitter at http://twitter.com/kjsingla
Page 2 of 2 (16 items) < Previous 1 2
Microsoft Communities