Getting below error , after change of clientCredentialType="None" to below in web.config file.
<security mode="Transport">
<transport clientCredentialType="Certificate"/>
</security>
<Data>System.ServiceModel.ServiceActivationException: The service '' cannot be activated due to an exception during compilation. The exception message is: The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'None'.. --->
System.NotSupportedException: The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'None'. at System.ServiceModel.Activation.HostedAspNetEnvironment.ValidateHttpsSettings(String virtualPath, Boolean& requireClientCertificate)
at