T
Tim B
I have a performance question.
I have a web service in a machine (not in the a domain at
all) and the virtual directory is setup for integrated
windows auth. The server is WIN2003.
When I call the service from my code I set up a
credential cache with the appropriate credentials and the
call succeeds.
My question is - why when I look at the IIS logs on the
server does it show 2 401 responses prior to the third
attempt showing up with the correct username ?
The only way this doesn't happen is if I enable anonymous
access.
In reading various posts I thought that by removing some
of the other auth methods (basic, digest) from the
authentication manager that it might resolve this, but it
had no effect.
BTW the security logs just show a sucessful logon using
ntlm.
Any thoughts on how to avoid this ?
I'm wondering about the
I have a web service in a machine (not in the a domain at
all) and the virtual directory is setup for integrated
windows auth. The server is WIN2003.
When I call the service from my code I set up a
credential cache with the appropriate credentials and the
call succeeds.
My question is - why when I look at the IIS logs on the
server does it show 2 401 responses prior to the third
attempt showing up with the correct username ?
The only way this doesn't happen is if I enable anonymous
access.
In reading various posts I thought that by removing some
of the other auth methods (basic, digest) from the
authentication manager that it might resolve this, but it
had no effect.
BTW the security logs just show a sucessful logon using
ntlm.
Any thoughts on how to avoid this ?
I'm wondering about the