How Can We Help?
Answer
In the API Client web.config, add the following HTML Code:
<security mode="TransportCredentialOnly"> <transport clientCredentialType="Ntlm"/> </security>
In the XMWorkspace Web.Config, add the 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.