Enabling HTTP Compression In Windows Hosting




In your web.config file, add the following line of code to enable HTTP compression:

<urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true"/>
 



War diese Antwort hilfreich?

 Artikel drucken

Lesen Sie auch

Using URL Rewrite on Windows Hosting

Rewrite rules should be placed in your web.config file.    An example rule to redirect from...

How do I publish using Web Deploy?

For detailed instructions for publishing using Web Deploy:...

DSNless connection string

DSNless connection string for use with .mdb MS Access, etc.: "DRIVER={Microsoft Access Driver...

Cannot access WebAdmin in Plesk

In order to use the WebAdmin, your domain name is required to connect.   If you are not...