
I have an issue where the developer is using CRM SDK Utilities (SDK Plugin Registrations) but this is unable to get through the proxy.
Even with machine environment variables set, this is not going through, and there are no error logs on the proxy server advising of an issue. Is there anything that can be done to facilitate this?
Hi LtPMitchell,
You can edit the app.config for each tool and specify the proxy details :
<defaultProxy
enabled="true|false"
useDefaultCredentials="true|false">
<bypasslist>...</bypasslist>
<proxy>...</proxy>
<module>...</module>
</defaultProxy>
Please check docs.microsoft.com/.../defaultproxy-element-network-settings for more details