I have a simple web service in IIS 6.0 that uses Integrated Windows
Authentication.
I wrote a Windows client that sets the credentials to DefaultCredentials and
calls the web service.
When the client runs on the IIS 6.0 server itself the web service works fine.
However from any remote client I get 401: Unauthorized.
The IIS 6.0 is on a domain and the logon I use on IIS 6.0 and on remote
machines is the same user.
I have been on it for a couple of days without any luck. Any help is
appreciated.