Skip to content

CRM 2013 Improve Outlook Client Performance Issue WFC Compression

CRM 2013 Outlook Performance

After installing the Microsoft CRM 2013  and client, you may notice that the connection over the internet is slow and not as desired. One likely reason for this is that WCF communication is not compressed, and the outlook client is using that to talk to the CRM server.

Assuming that your current environment is configured correctly with Windows 2012 R2 and IFD, then you can simply update the server to support WCF compression and improve performance for CRM 2013 and outlook.

Enable compression by manually updating the ApplicationHost.Config

1. On the CRM Server Navigate to: C:\Windows\System32\Inetsrv\Config\applicationHost.config and open it with notepad.

Screenshot 2015 03 20 23 03 14

Screenshot 2015 03 20 23 03 29

2. Search for the Section: “<dynamicTypes>” and in that section you should fine an entry that looks like this:  
<add mimeType=”application/x-javascript” enabled=”true” /> 

Screenshot 2015 03 20 23 04 15

3.  Below that, add the following line:  
<add mimeType=”application/soap+xml; charset=utf-8″ enabled=”true” /> 

Screenshot 2015 03 20 23 04 40

4. Save the file and reset IIS for the setting to take effect.

Screenshot 2015 03 20 23 04 53

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *