Activating Compression (esp. Dynamic Compression) with IIS-Express
问题 Is it somehow possible to enable dynamic compression (for WCF-Services) on an IIS-Express? It's a development environment issue so I cannot use the full version: but I need to figure out how it would behave with compression. 回答1: Go to IIS Express installation folder (%programfiles%\IIS Express) and run the following command to enable dynamic compression. appcmd set config -section:urlCompression /doDynamicCompression:true Then add mime-types. Run following commands to add wildcard entries or