CRm is working fine if Http://<domain name> is clicked.
If Https://<Domain name>then this issue came
Server Error in '/adfs/ls' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Microsoft.Crm' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 10: </configSections>
Line 11: <system.web>
Line 12: <httpRuntime executionTimeout="300" maxQueryStringLength="8192" maxRequestLength="131072" requestValidationMode="3.0" encoderType="Microsoft.Crm.CrmHttpEncoder, Microsoft.Crm" />
Line 13: <httpModules>
Line 14: <add name="MapOrg" type="Microsoft.Crm.MapOrgEngine, Microsoft.Crm.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
Source File: E:\CRMDyna\CRMWeb\web.config Line: 12
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Crm' could not be loaded.
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].
If tested the organisation-> click browse then it shows
Not Found
HTTP Error 404. The requested resource is not found.
I dont know why all these issues are coming ,any suggestion would be great help.