I am absolutely new with Dynamic CRM. I need to connect one of the online instance of it Dynamic CRM 2015. I was provided SDK and walkthrough. On testing on walkthrough when I change the web config with my details it is generating exception as "An existing connection was forcibly closed by the remote host"
Stack Trace Shows:
[InvalidOperationException: Metadata contains a reference that cannot be resolved: 'https://xxyy.crm5.dynamics.com/XRMServices/2011/Organization.svc?wsdl=wsdl0'.]
when I am trying with browser I get back the result with the same URL:
https://xxyy.crm5.dynamics.com/XRMServices/2011/Organization.svc?wsdl=wsdl0
My connectionString as follows:
<add name="Xrm" connectionString="Server=https://xxyy.crm5.dynamics.com; Domain=xxyy; [email protected]; Password=abc@123456;" />
Any Suggestion.... thanks