Hi we have a web application that communicates to another web application using an wcf/svc API.
This seems to work ok, however everyday the wcf/svc API despite actioning the request and sending the correct information back, marks it as a 401 (we can see this in fiddler)
In order to make the service return the correct 200 response we do an iisreset which normally after one or two goes makes the server play ball for another day. We have tried to automate the iisreset but to no avail.
Our Server Guys want to reinstall HTTP Activation feature we have a few other ideas as well. But at the moment it's like trying to hunt for a needle in a haystack.
Any ideas out there.
At the moment when I've googled this problem I just see a lot of old issues for older versions of iis/our server. e.g http://aadhoc.blogspot.com/2010/01/wcf-service-401-intermittent-error.html
Update
There are 2 severs which are load balanced - seems that normally only the one throws a wobbly every day.
**
Update 2
Got the failed request tracing logs back and they say Authentication "NOT_AVAILABLE"