N
Noobewolf
Guest
My web config
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IWorkerProcessService">
<security mode="Transport">
<transport clientCredentialType="Basic"/>
</security>
</binding>
<binding name="BasicHttpBinding_IWorkerProcessService1"/>
</basicHttpBinding>
</bindings>
if i give <security mode="None"> Means
this error will appear The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="CBR"'
give some solution
Continue reading...
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IWorkerProcessService">
<security mode="Transport">
<transport clientCredentialType="Basic"/>
</security>
</binding>
<binding name="BasicHttpBinding_IWorkerProcessService1"/>
</basicHttpBinding>
</bindings>
if i give <security mode="None"> Means
this error will appear The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="CBR"'
give some solution
Continue reading...