Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 28058

The HTTP request was forbidden with client authentication scheme 'Anonymous' Error

$
0
0

I have a WCF web service running on Windows 2008R2 server under IIS7. The server is a HostGator dedicated server. From my Windows 7 Prof development PC I can communicate with the web service perfectly. I have clients in a variety of environments. One client was able to communitcate with the web service and then suddenly started getting this error. Other clinets have not yet been able to communicate with the web service at all because of this error. The server does not have a certificate on it and I am trying to use unsecured communication. I was trying to start simple and was planning on adding https communication later.

My client config is:

<system.serviceModel>

<bindings>

<basicHttpBinding>

<binding name="WSHttpBinding_IRoadrunner"

maxReceivedMessageSize="65536000"

receiveTimeout="00:10:00"

sendTimeout="00:10:00"

openTimeout="00:10:00"

closeTimeout="00:10:00">

<security mode="None">

<transport clientCredentialType="None" proxyCredentialType="None" realm="" />

<message clientCredentialType="UserName" algorithmSuite="Default" />

</security>

</binding>

basicHttpBinding>

</bindings>

<client>

endpoint address=/PrimoWebService/PrimoWebService.svc">http://<ip address>/PrimoWebService/PrimoWebService.svc binding="basicHttpBinding" bindingConfiguration="WSHttpBinding_IRoadrunner" contract="CMS.Processor.Services.RoadRunner.IRoadrunnerWebService" name="WSHttpBinding_IRoadrunner"/>

</client>

</system.serviceModel>

Any help would be much appreciated!


Viewing all articles
Browse latest Browse all 28058

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>