We are migrating from ASP.net to MVC 5 architecture with MS CRM as the backend of the portal. The solution is running fine in the local machine and we are able to connect to CRM with the credentials. After we have published to azure, when we are truing to establish the connect with CRM , we are getting the below error message. ALl the dll exist in our solution but still getting the below error message. With Asp.net architecture, everything was working fine and we were able to establish the connectivity to CRM.
Can you please suggest what can be the issue? Are there any more DLLs that we need to add in our solution?
Could not load file or assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified
Getting the below warning
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].