
HI,
If I user CRM 4.0 Outlook client with rollup 2 installed and enable our .pac file for proxy. Then I can't connect to our crm server. If I uncheck the .pac file outlook crm client will work ok. I use FQDN dns names to contact the crm server.
I read that this is an issue with CRM 3.0. How is it, is this an issue also with CRM 4.0. If so is there a fix for this.
Regards
Jari
*This post is locked for comments
I have the same question (0)Hi Jari create a file called Microsoft.Crm.Application.Hoster.exe.config in C:\Program Files\Microsoft Dynamics CRM\Client\res\web\bin
the file should look like this
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true" >
<proxy autoDetect="True" scriptLocation="http://url/script.pac"/>
</defaultProxy>
</system.net>
</configuration>