How Can We Help?
Answer
In API Client web.config add following HTML Code:
<security mode="TransportCredentialOnly"> <transport clientCredentialType="Ntlm"/> </security>
In XMWorkspace Web.Config add following HTML Code:
<security mode="TransportCredentialOnly"> <transport clientCredentialType="Windows"/> </security>
Configure Authentication for following IIS folders as follows:
Anonymous Authentication should be Disabled.
Comments are closed.