WCF Service Compression

Discussion in 'Windows / IIS' started by saalmans, Jun 21, 2009.

  1. Hi,

    Is it possible to set dynamic compression on SVC (WCF Service) files?

    I know it can be done via IIS 7.0 scripting - but we don't have access to that do we?

    Can it be done using a web.config setting?

    Cheers,
    Hugh
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i think you can turn dynamic compression to either On or Off with IIS manager.
     
  3. You can, but SVC files are not compressed without additional IIS scripts being run to force it to compress them.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    in that case, we cannot support it on our server.
     

Share This Page