RE: using System.Net.NetworkCredentials on windows NT

From: Tim B. (TimBur_at_seattletimes.com)
Date: 08/17/04


Date: Tue, 17 Aug 2004 07:55:03 -0700

It turns out that when the client is NT - you must supply a domain name, in
contrast to the behaviour of win2k and above where an empty domain name is
translated into the local domain on the server. In my case, the web service
is load balanced so I have no way of knowing the hostname and will have to
create and use a domain account..

Tim

"Tim B." wrote:

> I've opened a case with Dev support on this.
>
> Tim
>
> "[MSFT]" wrote:
>
> > Hi Tim,
> >
> > You may check if it is an expired evaluation account on the Win NT
> > computer. And, you can execute the client code on the Win NT server
> > directly, to see if it a network issue. Furthermore, you can also check
> > the IIS log to see if we can get more information from it.
> >
> > Luke
> >
> >



Relevant Pages