using System.Net.NetworkCredentials on windows NT
From: Tim B. (TimBur_at_seattletimes.com)
Date: 07/28/04
- Next message: Raterus: "Re: accessing mapped drives in ASP.NET application"
- Previous message: jesse james 2020: "Membership Validation"
- Next in thread: [MSFT]: "RE: using System.Net.NetworkCredentials on windows NT"
- Reply: [MSFT]: "RE: using System.Net.NetworkCredentials on windows NT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 Jul 2004 07:26:03 -0700
I have some code that calls a webservice and sets the credentials as follows
WS.Credentials = New System.Net.NetworkCredential("user", "pw", "")
This works on xp and win2K, but when deployed to an NT workstation PC, I get a 401 unauthorized. If I allow anonymous on the webservice virtual directory, then it works on NT.
Is there something on NT or the framework on NT that is causing this to fail ?
Thanks
Tim B.
- Next message: Raterus: "Re: accessing mapped drives in ASP.NET application"
- Previous message: jesse james 2020: "Membership Validation"
- Next in thread: [MSFT]: "RE: using System.Net.NetworkCredentials on windows NT"
- Reply: [MSFT]: "RE: using System.Net.NetworkCredentials on windows NT"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|