Will dynamic compression work without explicitly checking the checkbox for dynamic compression using IIS 7.5?

StackOverflow https://stackoverflow.com/questions/22349523

  •  13-06-2023
  •  | 
  •  

سؤال

I have not installed the Performance features (Dynamic Content Compression) using the Turn Windows features on or Off dialog box for enabling dynamic compression and also not enabled the checkbox "Enable dynamic content compression" using the IIS 7.5 but in the web.config file I have mentioned the following code :

<!-- Compression Settings-->
    <urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true"/>

My question is will the dynamic compression come into play here with the above settings?

Thanks & Regards, Santosh Kumar Patro

هل كانت مفيدة؟

المحلول

Without checking the checkbox, dynamics compression will not work. It can as well be that it's not even installed as feature on the server.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top