RE: organization.svc not found after dyn365 on prem installation
Hello,
I know that the urls are there. and the url that was listed there under organization service was not reachable.
I solved the problem by deleting the url in the webconfig under te following node:
<denyUrlSequences>
<add sequence="MSCRMServices/2007/CrmDeploymentService.asmx" />
<add sequence="MSCRMServices/Metadata.asmx" />
<add sequence="MSCRMServices/2007/CrmService.asmx" />
<add sequence="MSCRMServices/2007/CrmServiceWsdl.asmx" />
<add sequence="MSCRMServices/2007/MetadataService.asmx" />
<add sequence="XRMServices/2011/Organization.svc" />
<add sequence="XRMServices/2011/OrganizationData.svc" />
The question now is why I had to do this. I dont belief this is made by design.
But I have a intuition.
during the installation process of our dynamics an error was thrown. I stopped the installation deleted the obstacle and went back to the installation menu and went on with the actual installation instead of making a complete new one. Maybe because in the firstplace he just installed the frontend he set this parameters... ?