Re: using System.Net.NetworkCredentials on windows NT

From: Tim B. (TimBur_at_seattletimes.com)
Date: 07/29/04

  • Next message: masoud bayan: "adding cookie"
    Date: Thu, 29 Jul 2004 08:32:09 -0700
    
    

    I haven't tried that, but that wouldn't work in the solution anyway.
    I could try it if you think it pertinent.

    Would seeing the IIS logs on the server hosting the service be helpful ?

    It appears to me that NT just gives up at the first 401 error, but win2k and above retry will send the credentials on subsequent attempts and finally get a '200' response.

    "Joe Kaplan (MVP - ADSI)" wrote:

    > Does it work if you specify the local machine name for the domain parameter
    > of specify the username as machine\user?
    >
    > Joe K.
    > "Tim B." <TimBur@seattletimes.com> wrote in message
    > news:6C87280A-C822-4478-A218-A05DE6152AE4@microsoft.com...
    > > I specified a non domain user just as the example line of code shows
    > >
    > > "[MSFT]" wrote:
    > >
    > > > Hi Tim,
    > > >
    > > > Did you specify a domain user or a local user here? Did the Windows NT
    > > > server is in same domain as others?
    > > >
    > > > Luke
    > > >
    > > >
    >
    >
    >


  • Next message: masoud bayan: "adding cookie"