I have a RESTful web service in IIS 7.5 that is working just fine in our Development environment. Now we have deployed to a QA environment and we are getting 401 errors only on the PUT and DELETE verbs. I have read a lot about 405 errors, but not much about 401 errors. Here is the exact error message whenever I attempt a PUT or a DELETE.
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was ''
Does anyone have any ideas?
Corey