Hi together,
i have a very strange problem with the crm access from a webservice which is deployed on IIS (ASP.Net Classic Pool).
When the webservice wants to connect to the CRM (via connection-string) it receives "Metadata contains a reference that cannot be resolved: 'http://<crm host/organization>/XRMServices/2011/Organization.svc?wsdl"
I first thought that this has to to with authentification/autorization but this seems not to be the reason, because:
+ on the same machine i am able to connect to the crm with the browser
+ i have deployed the webservice as a windows service and there it works fine (runs under the same account)
+ when i connect to "localhost" instead of the server name it works
+ changing the servername to ip-address doesn't have any effect (-> not a problem of dns)
The problem seems to be a combination IIS <-> Outgoing connection, but i didn't find where connections are limited. It's not a problem in the firewall because it works in the browser and as windows-service instead of IIS.
Has anybody an idea what the reason for this strange behaviour could be?
Thanks for help
Karl